mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-02-21 20:27:13 +01:00
Minor adjustment to standalone linker flags.
This commit is contained in:
parent
92b2b57121
commit
6cd6b9bfdc
8
Makefile
8
Makefile
@ -113,9 +113,11 @@ else
|
||||
endif
|
||||
|
||||
ifdef STANDALONE
|
||||
SQ_DYNAMIC_LINKER_OPTIONS_ += -static
|
||||
else
|
||||
SQ_DYNAMIC_LINKER_OPTIONS_ += -Bstatic
|
||||
ifeq ($(SQ_PLAT),win)
|
||||
SQ_DYNAMIC_LINKER_OPTIONS_ += -static
|
||||
else
|
||||
SQ_DYNAMIC_LINKER_OPTIONS_ += -Bstatic
|
||||
endif
|
||||
endif
|
||||
|
||||
SQ_DEFINES += -DSCRAT_USE_EXCEPTION -DSCRAT_USE_CXX11_OPTIMIZATIONS
|
||||
|
Loading…
x
Reference in New Issue
Block a user