mirror of
https://github.com/zenith391/OCEmu.git
synced 2025-09-09 04:44:41 -04:00
Update filename for new luaffifb
This commit is contained in:
parent
0fe043b186
commit
f668de7dae
@ -103,7 +103,7 @@ fi
|
|||||||
cd luaffifb
|
cd luaffifb
|
||||||
cat << 'EOF' > luaffifb_mingw.patch
|
cat << 'EOF' > luaffifb_mingw.patch
|
||||||
--- Makefile-old 2015-06-27 10:41:00.288971000 -0600
|
--- Makefile-old 2015-06-27 10:41:00.288971000 -0600
|
||||||
+++ Makefile.win 2015-06-27 10:41:18.062998000 -0600
|
+++ Makefile.mingw 2015-06-27 10:41:18.062998000 -0600
|
||||||
@@ -6,2 +6,3 @@
|
@@ -6,2 +6,3 @@
|
||||||
-LUA_CFLAGS=`$(PKG_CONFIG) --cflags lua5.2 2>/dev/null || $(PKG_CONFIG) --cflags lua`
|
-LUA_CFLAGS=`$(PKG_CONFIG) --cflags lua5.2 2>/dev/null || $(PKG_CONFIG) --cflags lua`
|
||||||
-SOCFLAGS=`$(PKG_CONFIG) --libs lua5.2 2>/dev/null || $(PKG_CONFIG) --libs lua`
|
-SOCFLAGS=`$(PKG_CONFIG) --libs lua5.2 2>/dev/null || $(PKG_CONFIG) --libs lua`
|
||||||
@ -112,7 +112,7 @@ cat << 'EOF' > luaffifb_mingw.patch
|
|||||||
+CC=gcc
|
+CC=gcc
|
||||||
EOF
|
EOF
|
||||||
patch < luaffifb_mingw.patch
|
patch < luaffifb_mingw.patch
|
||||||
make -f Makefile.win ffi.dll
|
make -f Makefile.mingw ffi.dll
|
||||||
if [ ! -e ffi.dll ]; then
|
if [ ! -e ffi.dll ]; then
|
||||||
echo "Failed to build luaffifb"
|
echo "Failed to build luaffifb"
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user