Skip to content
Snippets Groups Projects
Commit 349fa238 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

Merge branch 'master' of git.purrdata.net:jwilkes/purr-data into fix-graph-label-position

parents 5a72365e 3ad3ffe6
No related branches found
No related tags found
No related merge requests found
......@@ -38,10 +38,10 @@ package: $(PD_INNO_SETUP)
# start $(PD_INNO_SETUP)
## this compiles the package on the command line. On 64-bit Windows
# we have to look in a different path, hence the ugly ifeq below...
ifeq (,$(wildcard /c/Program\ Files/Inno\ Setup\ 5/ISCC.exe))
/c/Program\ Files\ \(x86\)/Inno\ Setup\ 5/ISCC.exe $(PD_INNO_SETUP)
ifeq (,$(wildcard /c/Program\ Files/Inno\ Setup\ 6/ISCC.exe))
/c/Program\ Files\ \(x86\)/Inno\ Setup\ 6/ISCC.exe $(PD_INNO_SETUP)
else
/c/Program\ Files/Inno\ Setup\ 5/ISCC.exe $(PD_INNO_SETUP)
/c/Program\ Files/Inno\ Setup\ 6/ISCC.exe $(PD_INNO_SETUP)
endif
@echo " "
@echo "win32_inno install succeeded!"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment