diff options
author | Tony Theodore <tonyt@logyst.com> | 2021-01-09 02:20:08 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2021-01-09 02:20:08 (GMT) |
commit | 42c16ff9b9021d9e644ed5045885299bce45ab2d (patch) | |
tree | ecea8faec8c44b16e8729fca19c0a1005e20a9a0 | |
parent | 88138448a93519b2728486d41ca005c45cdcb775 (diff) | |
download | mxe-42c16ff9b9021d9e644ed5045885299bce45ab2d.zip mxe-42c16ff9b9021d9e644ed5045885299bce45ab2d.tar.gz mxe-42c16ff9b9021d9e644ed5045885299bce45ab2d.tar.bz2 |
wxwidgets: cleanup empty $(PKG)_CONFIGURE_OPTS
-rw-r--r-- | src/wxwidgets.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/wxwidgets.mk b/src/wxwidgets.mk index 5828868..7463cd6 100644 --- a/src/wxwidgets.mk +++ b/src/wxwidgets.mk @@ -9,9 +9,6 @@ $(PKG)_CHECKSUM := 3ca3a19a14b407d0cdda507a7930c2e84ae1c8e74f946e0144d2fa7d881f1 $(PKG)_GH_CONF := wxWidgets/wxWidgets/releases/latest,v,,,,.tar.bz2 $(PKG)_DEPS := cc expat jpeg libiconv libpng sdl tiff zlib -define $(PKG)_CONFIGURE_OPTS -endef - define $(PKG)_BUILD cd '$(BUILD_DIR)' && '$(SOURCE_DIR)/configure' \ $(MXE_CONFIGURE_OPTS) \ |