link libm
This commit is contained in:
parent
9b9360596c
commit
e23e8fbad3
2
.github/workflows/update_examples.yml
vendored
2
.github/workflows/update_examples.yml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
make
|
||||
sudo make install
|
||||
cd ../tools/rexm/
|
||||
clang rexm.c -lraylib -lc -o rexm
|
||||
clang rexm.c -lraylib -lc -lm -o rexm
|
||||
export REXM_EXAMPLES_BASE_PATH="${{ github.workspace }}/examples"
|
||||
export REXM_EXAMPLES_WEB_PATH="${{ github.workspace }}/../raylib.com/examples"
|
||||
export REXM_EXAMPLES_TEMPLATE_FILE_PATH="${{ github.workspace }}examples/examples_template.c"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user