mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 20:41:25 +00:00
Merge branch 'msys2-no-dynbase' into 'master'
MSYS2: Don't compile with dynamic base See merge request STJr/SRB2!1652
This commit is contained in:
commit
5a3c5f7503
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ else
|
||||||
EXENAME?=srb2win64.exe
|
EXENAME?=srb2win64.exe
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# disable dynamicbase if under msys2
|
||||||
|
ifdef MSYSTEM
|
||||||
|
libs+=-Wl,--disable-dynamicbase
|
||||||
|
endif
|
||||||
|
|
||||||
sources+=win32/Srb2win.rc
|
sources+=win32/Srb2win.rc
|
||||||
opts+=-DSTDC_HEADERS
|
opts+=-DSTDC_HEADERS
|
||||||
libs+=-ladvapi32 -lkernel32 -lmsvcrt -luser32
|
libs+=-ladvapi32 -lkernel32 -lmsvcrt -luser32
|
||||||
|
|
Loading…
Reference in a new issue