Skip to content
Snippets Groups Projects
Commit c55e9733 authored by SteelT's avatar SteelT
Browse files

MSYS2: Don't compile with dynamic base

Resolves #671
parent a822de5f
No related branches found
No related tags found
2 merge requests!1657merge master into next,!1652MSYS2: Don't compile with dynamic base
......@@ -8,6 +8,11 @@ else
EXENAME?=srb2win64.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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment