mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-15 08:52:00 +00:00
Makefile changes required for MSYS2 builds to be functional again
git-svn-id: https://svn.eduke32.com/eduke32@6310 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
72dadcbece
commit
5839947350
1 changed files with 2 additions and 2 deletions
|
@ -413,7 +413,7 @@ ASFORMAT=elf$(BITS)
|
|||
# Options to "luajit -b" for synthesis. Since it runs on Linux, we need to tell
|
||||
# the native LuaJIT to emit PE object files.
|
||||
ifeq ($(PLATFORM),WINDOWS)
|
||||
LINKERFLAGS+= -static-libgcc
|
||||
LINKERFLAGS+= -static-libgcc -static
|
||||
ifeq (0,$(CLANG))
|
||||
L_CXXONLYFLAGS += -static-libstdc++
|
||||
endif
|
||||
|
@ -853,7 +853,7 @@ ifeq ($(PLATFORM),WINDOWS)
|
|||
ifneq (0,$(GCC_PREREQ_4))
|
||||
L_SSP := -lssp
|
||||
endif
|
||||
LIBS+= -lmingwex -lgdi32
|
||||
LIBS+= -lmingwex -lgdi32 -lpthread
|
||||
ifeq ($(RENDERTYPE),WIN)
|
||||
LIBS += -ldxguid
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue