This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
build rexm with make for consistency
pull/5130/head
Johnny Cena
1 month ago
parent
e31692d238
commit
dfc504ec18
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/update_examples.yml
+ 1
- 1
.github/workflows/update_examples.yml
View File
@ -43,7 +43,7 @@ jobs:
make
clean
make
PLATFORM=PLATFORM_WEB
cd
../tools/rexm/
clang
rexm.c
-lraylib
-lc
-lm
-o
rexm
make
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"
Write
Preview
Loading…
Cancel
Save