From 5dfb3b85671e8542a0016aae4d63f5ef76bab023 Mon Sep 17 00:00:00 2001 From: Michael Black W9MDB Date: Mon, 15 Mar 2021 23:46:36 -0500 Subject: [PATCH] Experiment to see if build-w32.sh will build python bindings on nightly build https://github.com/Hamlib/Hamlib/issues/201 --- scripts/build-w32.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build-w32.sh b/scripts/build-w32.sh index 0f60eedc6..6bab40bec 100755 --- a/scripts/build-w32.sh +++ b/scripts/build-w32.sh @@ -221,6 +221,7 @@ END_OF_README --prefix=${INST_DIR} \ --without-cxx-binding \ --disable-static \ + --with-python-binding \ CPPFLAGS="-I${LIBUSB_1_0_BIN_PATH}/include" \ LDFLAGS="-L${LIBUSB_1_0_BIN_PATH}/MinGW32/dll"