mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-07-28 11:41:48 +02:00
Update POCO library.
This commit is contained in:
4
vendor/POCO/build/rules/dylib
vendored
4
vendor/POCO/build/rules/dylib
vendored
@@ -20,6 +20,10 @@ DYLIB = $(SHLIB)
|
||||
DYLIBFLAGS = $(SHLIBFLAGS)
|
||||
endif
|
||||
|
||||
target := $(strip $(target))
|
||||
target_version := $(strip $(target_version))
|
||||
target_libs := $(strip $(target_libs))
|
||||
|
||||
DYLIB_DEBUG = $(BINPATH)/$(target)d$(OSARCH_POSTFIX)$(SHL_EXT)
|
||||
DYLIB_RELEASE = $(BINPATH)/$(target)$(OSARCH_POSTFIX)$(SHL_EXT)
|
||||
DYLIB_S_DEBUG = $(BINPATH)/static/$(target)d$(OSARCH_POSTFIX)$(SHL_EXT)
|
||||
|
Reference in New Issue
Block a user