mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-26 23:23:55 +01:00
lo.mk: Make SO_PREFIX externally definable (bugfix)
This commit is contained in:
parent
92202753f4
commit
a53f2466cf
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ include $(MODDIR)/make/depend.mk
|
||||||
TOOLS_DIR ?= $(TOPDIR)/tools
|
TOOLS_DIR ?= $(TOPDIR)/tools
|
||||||
|
|
||||||
CPP_PREFIX ?= YLo
|
CPP_PREFIX ?= YLo
|
||||||
SO_PREFIX = lo_
|
SO_PREFIX ?= lo_
|
||||||
#SO_PREFIX ?= \
|
#SO_PREFIX ?= \
|
||||||
# $(shell sed '/const char \*YAbstractLoadableObject::_soPrefix/ !d; s/[^"]*"//; s/".*//' \
|
# $(shell sed '/const char \*YAbstractLoadableObject::_soPrefix/ !d; s/[^"]*"//; s/".*//' \
|
||||||
# $(YTOOLS_DIR)/YLoadableObject/YAbstractLoadableObject.cpp)
|
# $(YTOOLS_DIR)/YLoadableObject/YAbstractLoadableObject.cpp)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue