Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jul 10, 2024
1 parent c9e24b1 commit 76f2eda
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: set up JDK
uses: actions/setup-java@v3
with:
distribution: temurin
distribution: zulu
java-version: 8

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion ci_build_android.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
export LIBFFI_VERSION=3.4.2
export LIBFFI_VERSION=3.4.6
export ANDROID=1 LWJGL_BUILD_OFFLINE=1
#export LWJGL_BUILD_ARCH=arm64

Expand Down
4 changes: 2 additions & 2 deletions ci_build_ios.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
set -e
export LIBFFI_VERSION=3.4.4
export LIBFFI_VERSION=3.4.6
export LWJGL_BUILD_OFFLINE=1
export LWJGL_BUILD_ARCH=arm64

Expand Down Expand Up @@ -79,7 +79,7 @@ yes | ant -Dplatform.macos=true \
-Dbinding.xxhash=false \
-Dbinding.yoga=false \
-Dbinding.zstd=false \
-Dbuild.type=release/3.3.1 \
-Dbuild.type=release/3.3.3 \
-Djavadoc.skip=true \
-Dnashorn.args="--no-deprecation-warning" \
compile compile-native release
Expand Down
2 changes: 1 addition & 1 deletion config/linux/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<parallel threadsPerProcessor="2">

<!-- CORE -->
<build module="core" flags="-Werror -Wfatal-errors -Wall -Wextra -pedantic -Wno-zero-length-array -Wno-gnu-statement-expression-from-macro-expansion">
<build module="core" flags="-Werror -Wfatal-errors -Wall -Wextra -pedantic -Wno-zero-length-array -Wno-gnu-statement-expression">
<beforeCompile>
<compile>

Expand Down

0 comments on commit 76f2eda

Please sign in to comment.