Add native X11 location to LD_LIBRARY_PATH
This commit is contained in:
parent
161882e76d
commit
26b61eb4ec
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ gb_COMPILERDEFAULTOPTFLAGS := -O2
|
|||
|
||||
include $(GBUILDDIR)/platform/unxgcc.mk
|
||||
|
||||
gb_CppunitTest_CPPTESTPRECOMMAND := LD_LIBRARY_PATH=$(OUTDIR)/lib:/usr/pkg/lib
|
||||
gb_CppunitTest_CPPTESTPRECOMMAND := LD_LIBRARY_PATH=$(OUTDIR)/lib:/usr/pkg/lib:/usr/X11R7/lib
|
||||
|
||||
# vim: set noet sw=4:
|
||||
|
|
Loading…
Reference in a new issue