mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'no-dynbase' into 'master'
Don't compile with dynamic base See merge request KartKrew/Kart!530
This commit is contained in:
commit
6ea587de77
1 changed files with 5 additions and 0 deletions
|
|
@ -8,6 +8,11 @@ else
|
|||
EXENAME?=srb2kart64.exe
|
||||
endif
|
||||
|
||||
# disable dynamicbase if under msys2
|
||||
ifdef MSYSTEM
|
||||
libs+=-Wl,--disable-dynamicbase
|
||||
endif
|
||||
|
||||
sources+=win32/Srb2win.rc
|
||||
opts+=-DSTDC_HEADERS
|
||||
libs+=-ladvapi32 -lkernel32 -lmsvcrt -luser32
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue