Skip to content

Commit

Permalink
Update luajit to 2.1.0-beta3 to fix possible 64-bit issues (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav authored Apr 24, 2020
1 parent f034de7 commit 4fab1c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-package-deps-osx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ BUILD_PACKAGES=(
"mbedtls 2.16.5"
"srt 1.4.1"
"ffmpeg 4.2.2"
"luajit 2.0.5"
"luajit 2.1.0-beta3"
"freetype 2.10.1"
)

Expand Down Expand Up @@ -330,6 +330,7 @@ build_luajit() {
cd LuaJIT-${LUAJIT_VERSION}
make PREFIX=/tmp/obsdeps
make PREFIX=/tmp/obsdeps install
ln -sf luajit-${LUAJIT_VERSION} /tmp/obsdeps/bin/luajit
find /tmp/obsdeps/lib -name libluajit\*.dylib -exec cp \{\} ${DEPS_DEST}/lib/ \;
rsync -avh --include="*/" --include="*.h" --exclude="*" src/* ${DEPS_DEST}/include/
make PREFIX=/tmp/obsdeps uninstall
Expand Down

0 comments on commit 4fab1c5

Please sign in to comment.