mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2026-07-02 22:57:10 +02:00
Minor adjustment to standalone linker flags.
This commit is contained in:
@@ -113,9 +113,11 @@ else
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef STANDALONE
|
ifdef STANDALONE
|
||||||
SQ_DYNAMIC_LINKER_OPTIONS_ += -static
|
ifeq ($(SQ_PLAT),win)
|
||||||
else
|
SQ_DYNAMIC_LINKER_OPTIONS_ += -static
|
||||||
SQ_DYNAMIC_LINKER_OPTIONS_ += -Bstatic
|
else
|
||||||
|
SQ_DYNAMIC_LINKER_OPTIONS_ += -Bstatic
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SQ_DEFINES += -DSCRAT_USE_EXCEPTION -DSCRAT_USE_CXX11_OPTIMIZATIONS
|
SQ_DEFINES += -DSCRAT_USE_EXCEPTION -DSCRAT_USE_CXX11_OPTIMIZATIONS
|
||||||
|
|||||||
Reference in New Issue
Block a user