Skip to content

Commit 988424c

Browse files
committed
lua: build.patch updated
1 parent f0f90ba commit 988424c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/build.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ diff -uprN lua-5.4.8.old/src/Makefile lua-5.4.8/src/Makefile
5050
- "AR=$(CC) -shared -o" "RANLIB=strip --strip-unneeded" \
5151
- "SYSCFLAGS=-DLUA_BUILD_AS_DLL" "SYSLIBS=" "SYSLDFLAGS=-s" lua.exe
5252
+ $(MAKE) "LUA_T=lua.exe" \
53-
+ "SYSCFLAGS=-pie" "SYSLIBS=" "SYSLDFLAGS=-pie" lua.exe
53+
+ "SYSCFLAGS=" "SYSLIBS=" "SYSLDFLAGS=" lua.exe
5454
$(MAKE) "LUAC_T=luac.exe" luac.exe
5555

5656
posix:

0 commit comments

Comments
 (0)