diff options
author | Volker Grabsch <vog@notjusthosting.com> | 2009-04-21 15:26:00 (GMT) |
---|---|---|
committer | Volker Grabsch <vog@notjusthosting.com> | 2009-04-21 15:26:00 (GMT) |
commit | d1db31f66bd6994e127afccb8803b21154dcc281 (patch) | |
tree | 7acec9708a8ce15be4b08907d99ca658364ae3e8 /src/nsis.mk | |
parent | ca0af7cc2b69692ef388bd8b51f52aedd1452738 (diff) | |
download | mxe-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.mk | 1 |
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 |