diff options
Diffstat (limited to 'iem_mp3')
-rw-r--r-- | iem_mp3/src/makefile_d_fat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iem_mp3/src/makefile_d_fat b/iem_mp3/src/makefile_d_fat index ce2037f..8d6ef57 100644 --- a/iem_mp3/src/makefile_d_fat +++ b/iem_mp3/src/makefile_d_fat @@ -2,7 +2,7 @@ current: all .SUFFIXES: .d_fat -PD_INSTALL_PATH = "/Applications/Pd.app/Contents/Resources"
+PD_INSTALL_PATH ?= "/Applications/Pd.app/Contents/Resources"
INCLUDE = -I. -I$(PD_INSTALL_PATH)/src
|