Added move in building for linux (#419)

Added the move since it restores the state to normal again.
This commit is contained in:
Brian E
2024-07-25 22:09:16 +01:00
committed by GitHub
parent 2138b1b094
commit 33f1659609

View File

@ -147,6 +147,7 @@ cl /O2 /I../raylib/src/ /D_USRDLL /D_WINDLL /DRAYGUI_IMPLEMENTATION /DBUILD_LIBT
```
mv src/raygui.h src/raygui.c
gcc -o raygui.so src/raygui.c -shared -fpic -DRAYGUI_IMPLEMENTATION -lraylib -lGL -lm -lpthread -ldl -lrt -lX11
mv src/raygui.c src/raygui.h
```
- **Mac (clang, homebrew installed raylib)**