aboutsummaryrefslogtreecommitdiff
path: root/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.common b/Makefile.common
index 26a8457..ba40837 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -1,5 +1,5 @@
# next line has to be edited manually
-PD_DIR = $(ROOT_DIR)/../../pd/src
+PD_DIR ?= $(ROOT_DIR)/../../pd/src
OS_NAME = $(shell uname -s)
ifneq ($(OS_NAME),Linux)