mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
run.mk: LD_LIBRARY_PATH and DLL_PATH -> ldlibpath.mk
Centralize all generation of LD_LIBRARY_PATH and DLL_PATH in ldlibpath.mk.
This commit is contained in:
parent
fede17cb6e
commit
b448274c97
2 changed files with 8 additions and 10 deletions
|
|
@ -10,13 +10,6 @@ BUILD_HDR =
|
|||
include $(MODDIR)/make/rules.mk
|
||||
include $(MODDIR)/make/ldlibpath.mk
|
||||
|
||||
#LD_LIB_PATH_ORIG := $(LD_LIBRARY_PATH)
|
||||
#export LD_LIBRARY_PATH=$(shell echo $(strip $(LD_LIB_PATH):$(LD_LIB_PATH_ORIG)) | sed 's/ /:/g; s/::*/:/g')
|
||||
|
||||
ifeq ($(TARGET),mingw)
|
||||
DLL_PATH = $(shell echo $(LD_LIBRARY_PATH) | sed 's/:/;/g');$(CROSS_TOOL_DIR)/bin
|
||||
endif
|
||||
|
||||
all:
|
||||
install:
|
||||
valgrind:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue