diff options
author | Tony Theodore <tonyt@logyst.com> | 2021-01-09 07:53:31 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2021-01-09 07:53:31 (GMT) |
commit | 4d32d0b3fb049d9ebfd3efabe184567408607e37 (patch) | |
tree | b0fe94f46f53df9796ff85f520dbbde162f17db8 /src | |
parent | 2744350ac0c8974b192d44e7f78ca81ac2564b27 (diff) | |
download | mxe-4d32d0b3fb049d9ebfd3efabe184567408607e37.zip mxe-4d32d0b3fb049d9ebfd3efabe184567408607e37.tar.gz mxe-4d32d0b3fb049d9ebfd3efabe184567408607e37.tar.bz2 |
nsis: add python-conf dep
Diffstat (limited to 'src')
-rw-r--r-- | src/nsis.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nsis.mk b/src/nsis.mk index f638db4..e8bfc62 100644 --- a/src/nsis.mk +++ b/src/nsis.mk @@ -9,7 +9,7 @@ $(PKG)_CHECKSUM := 9b5d68bf1874a7b393432410c7e8c376f174d2602179883845d2508152153 $(PKG)_SUBDIR := nsis-$($(PKG)_VERSION)-src $(PKG)_FILE := nsis-$($(PKG)_VERSION)-src.tar.bz2 $(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/nsis/NSIS 3/$($(PKG)_VERSION)/$($(PKG)_FILE) -$(PKG)_DEPS := cc scons-local +$(PKG)_DEPS := cc $(BUILD)~python-conf scons-local define $(PKG)_UPDATE $(WGET) -q -O- 'https://nsis.sourceforge.io/Download' | \ |