mirror of
https://github.com/nasa/trick.git
synced 2025-01-29 15:43:57 +00:00
Unit tests failing on the Mac.
Added the library directory /usr/X11/lib to the search path when compiling the DPX test directory. refs #144
This commit is contained in:
parent
ca51142553
commit
519cdaf7f1
@ -40,7 +40,7 @@ endif
|
||||
ifeq ($(TRICK_HOST_TYPE), Darwin)
|
||||
CFLAGS += -DGTEST_HAS_TR1_TUPLE=0
|
||||
MOTIF_INCDIR = -I/sw/include
|
||||
XLIBS = -L/sw/lib -lXm -L/usr/X11R6/lib -lXt -lX11
|
||||
XLIBS = -L/sw/lib -lXm -L/usr/X11R6/lib -L/usr/X11/lib -lXt -lX11
|
||||
else
|
||||
MOTIF_INCDIR = -I/usr/X11R6/lib64 -I/usr/X11R6/lib
|
||||
XLIBS = -L/usr/X11R6/lib64 -L/usr/X11R6/lib -lXm -lXt -lX11 -ldl
|
||||
|
Loading…
x
Reference in New Issue
Block a user