Skip to content

Commit

Permalink
fix glfw loader support for raylib/raypyc
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Sep 24, 2023
1 parent 2922555 commit 8a7cdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-loader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ then

#LDFLAGS="$LD_VENDOR -sUSE_GLFW=3 -sUSE_WEBGL2 -sMIN_WEBGL_VERSION=2 -sOFFSCREENCANVAS_SUPPORT=1 -sFULL_ES2 -sFULL_ES3"
LDFLAGS="$LD_SDL2"
LDFLAGS=""
LDFLAGS="-sUSE_GLFW=3 -sUSE_WEBGL2 -sMIN_WEBGL_VERSION=2 -sOFFSCREENCANVAS_SUPPORT=1 -sFULL_ES2 -sFULL_ES3"


if echo ${PYBUILD}|grep -q 10$
Expand Down

0 comments on commit 8a7cdd8

Please sign in to comment.