aboutsummaryrefslogtreecommitdiff
path: root/opengl/Makefile.config
diff options
context:
space:
mode:
Diffstat (limited to 'opengl/Makefile.config')
-rw-r--r--opengl/Makefile.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/Makefile.config b/opengl/Makefile.config
index 1e0fd61..74d5bf3 100644
--- a/opengl/Makefile.config
+++ b/opengl/Makefile.config
@@ -23,7 +23,7 @@ endif
ifeq ($(UNAME),Darwin)
TARGET = darwin
CPPFLAGS += -I/sw/include
- PD_EXECUTABLE=../../../pd/bin/pd
+ PD_EXECUTABLE=../../../pd/src/pd
LDFLAGS = -lgsl -lGL -lGLU -lglut -lX11 -L/sw/lib -L/usr/X11R6/lib
endif