mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Don't compile with dynamic base
This commit is contained in:
parent
025832aaa4
commit
159994c2f0
1 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,11 @@ else
|
||||||
EXENAME?=srb2kart64.exe
|
EXENAME?=srb2kart64.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…
Add table
Reference in a new issue