Commit 1ca32753 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Fix previous commit. Sorry (messed up with Git squash)

parent ebb79617
...@@ -878,7 +878,7 @@ package-win32-base: package-win-common-strip ...@@ -878,7 +878,7 @@ package-win32-base: package-win-common-strip
package-win32-base-exe: package-win32-base package-win32-base-exe: package-win32-base
# Create package # Create package
rm -Rf $(win32_destdir)/sdk rm -Rf $(win32_destdir)/sdk
if makensis -VERSION >/dev/null 2>&1; then \ if makensis -VERSION >/dev/null 2>&1; then \
MAKENSIS="makensis"; \ MAKENSIS="makensis"; \
elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \ elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment