summaryrefslogtreecommitdiffstats
path: root/src/nsis.mk
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2009-04-21 15:26:00 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2009-04-21 15:26:00 (GMT)
commitd1db31f66bd6994e127afccb8803b21154dcc281 (patch)
tree7acec9708a8ce15be4b08907d99ca658364ae3e8 /src/nsis.mk
parentca0af7cc2b69692ef388bd8b51f52aedd1452738 (diff)
downloadmxe-d1db31f66bd6994e127afccb8803b21154dcc281.zip
mxe-d1db31f66bd6994e127afccb8803b21154dcc281.tar.gz
mxe-d1db31f66bd6994e127afccb8803b21154dcc281.tar.bz2
portability fix for MacOS X in package nsis: Don't use the "SetIcon(wxICON(...))" call
Diffstat (limited to 'src/nsis.mk')
-rw-r--r--src/nsis.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nsis.mk b/src/nsis.mk
index 87a9a4b..cece6af 100644
--- a/src/nsis.mk
+++ b/src/nsis.mk
@@ -17,5 +17,6 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
+ $(SED) 's,this->SetIcon(wxICON(nsisicon));,,' -i '$(1)/Contrib/NSIS Menu/nsismenu/nsismenu.cpp'
cd '$(1)' && scons PREFIX='$(PREFIX)' install
endef