summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 003b91d..a8fe677 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ ifeq ($(os),Darwin)
else
PERHAPS64 := $(shell uname --machine | perl -ne "print /64/ ? '64' : '';")
LIB:= lib$(PERHAPS64)
- XTLIB = -L/usr/X11R6/$(LIB)
+ XTLIB = -L/usr/$(LIB) -L/usr/X11R6/$(LIB)
CPPFLAGS = -MMD -I/usr/X11R6/include
DSO_EXT = .so
LD = g++ -shared -fPIC