rebuild raylib for web after installing it
This commit is contained in:
parent
9b32a950f8
commit
760a1bc506
2
.github/workflows/update_examples.yml
vendored
2
.github/workflows/update_examples.yml
vendored
|
|
@ -40,6 +40,8 @@ jobs:
|
||||||
cd "${{ github.workspace }}/src"
|
cd "${{ github.workspace }}/src"
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
make clean
|
||||||
|
make PLATFORM=PLATFORM_WEB
|
||||||
cd ../tools/rexm/
|
cd ../tools/rexm/
|
||||||
clang rexm.c -lraylib -lc -lm -o rexm
|
clang rexm.c -lraylib -lc -lm -o rexm
|
||||||
export REXM_EXAMPLES_BASE_PATH="${{ github.workspace }}/examples"
|
export REXM_EXAMPLES_BASE_PATH="${{ github.workspace }}/examples"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user