Skip to content

Commit

Permalink
GLFW3 still neeeded
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Oct 22, 2024
1 parent 21c41b9 commit c39774f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
STATIC: false
BUILDS: 3.12 3.13 3.14
CYTHON: Cython-3.0.11-py2.py3-none-any.whl
# LD_VENDOR: -sUSE_GLFW=3
LD_VENDOR: -sUSE_GLFW=3

steps:
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion scripts/build-loader.sh
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ then
# --use-port=contrib.glfw3
#LDFLAGS="-sUSE_GLFW=3 -sUSE_WEBGL2 -sMIN_WEBGL_VERSION=2 -sMAX_WEBGL_VERSION=2 -sOFFSCREENCANVAS_SUPPORT=1 -sFULL_ES2 -sFULL_ES3"

LDFLAGS="-sUSE_WEBGL2 -sMIN_WEBGL_VERSION=2 -sMAX_WEBGL_VERSION=2 -sOFFSCREENCANVAS_SUPPORT=1 -sFULL_ES2 -sFULL_ES3"
LDFLAGS="-sUSE_GLFW=3 -sUSE_WEBGL2 -sMIN_WEBGL_VERSION=2 -sMAX_WEBGL_VERSION=2 -sOFFSCREENCANVAS_SUPPORT=1 -sFULL_ES2 -sFULL_ES3"


LDFLAGS="-L${SDKROOT}/devices/emsdk/usr/lib $LDFLAGS -lssl -lcrypto -lsqlite3 -lffi -lbz2 -lz -ldl -lm"
Expand Down

0 comments on commit c39774f

Please sign in to comment.