link libm

This commit is contained in:
Johnny Cena 2025-08-19 23:14:26 +02:00
parent 9b9360596c
commit e23e8fbad3

View File

@ -44,7 +44,7 @@ jobs:
make make
sudo make install sudo make install
cd ../tools/rexm/ 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_BASE_PATH="${{ github.workspace }}/examples"
export REXM_EXAMPLES_WEB_PATH="${{ github.workspace }}/../raylib.com/examples" export REXM_EXAMPLES_WEB_PATH="${{ github.workspace }}/../raylib.com/examples"
export REXM_EXAMPLES_TEMPLATE_FILE_PATH="${{ github.workspace }}examples/examples_template.c" export REXM_EXAMPLES_TEMPLATE_FILE_PATH="${{ github.workspace }}examples/examples_template.c"