Skip to content

Commit

Permalink
Update Irrlicht
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 committed Jul 22, 2022
1 parent 8a3fa0b commit d5bb282
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ _setup_toolchain () {
else
echo "Invalid ABI given"; return 1
fi
export AR=llvm-ar
export RANLIB=llvm-ranlib
export CFLAGS="-fPIC ${CFLAGS}"
export CXXFLAGS="-fPIC ${CXXFLAGS}"

Expand Down
2 changes: 1 addition & 1 deletion ci_install.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e
ndk_version=r23b
ndk_version=r23c

# Build tools and stuff
sudo apt-get update
Expand Down
2 changes: 1 addition & 1 deletion scripts/Irrlicht.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash -e
irrlicht_ver=1.9.0mt6
irrlicht_ver=1.9.0mt7
png_ver=1.6.37
jpeg_ver=2.1.3

Expand Down

0 comments on commit d5bb282

Please sign in to comment.