Fix the execution of tests with OBJDIR
This commit is contained in:
parent
b118257b55
commit
a1c19ec07f
|
@ -2,7 +2,7 @@ targets=config,includes,pylint.log,string,variable,tests.log
|
|||
cppflags_force=-I ../include
|
||||
cflags_force=-W
|
||||
cflags=-Wall -g -O2
|
||||
ldflags_force=-L$(OBJDIR). -L../src -lSystem
|
||||
ldflags_force=-L../src -L$(OBJDIR)../src -Wl,-rpath,$(OBJDIR)../src -lSystem
|
||||
ldflags=-L$(PREFIX)/lib -Wl,-rpath,"$(PWD)/../src"
|
||||
dist=COPYING,Makefile,config.conf,config-noeol.conf,pylint.sh,python.sh,tests.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user