]> sigrok.org Git - sigrok-util.git/blobdiff - cross-compile/msys2/sigrok-native-msys2
sigrok-native-msys2: Have libsigrok Python bindings use Python 3.
[sigrok-util.git] / cross-compile / msys2 / sigrok-native-msys2
index 829b64e1475f1a28bd5dae28dbcf7278422774ac..1e7f9fdfe1b467196da119de282e48b7fd164d96 100755 (executable)
@@ -107,7 +107,7 @@ cd libsigrok
 ./autogen.sh
 mkdir build
 cd build
-PKG_CONFIG_PATH=$P ../configure $C $L --disable-python
+PKG_CONFIG_PATH=$P PYTHON=python3 ../configure $C $L --disable-python
 $SB make $PARALLEL $V
 PYTHONPATH=$PYPATH $SB make install $V
 # $SB make check $V # TODO