From bca8cac2de8b73aaa4869f692b91abb939836a55 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sun, 7 Feb 2021 13:08:25 +0000 Subject: [PATCH] Fix sip args for win32 Signed-off-by: falkTX --- bootstrap-carla.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-carla.sh b/bootstrap-carla.sh index 856dd71..ae19453 100755 --- a/bootstrap-carla.sh +++ b/bootstrap-carla.sh @@ -248,7 +248,7 @@ else fi if [ "${WIN32}" -eq 1 ]; then - SIP_EXTRAFLAGS="--platform win32-g++" + SIP_EXTRAFLAGS+=" --platform win32-g++" SIP_EXTRAFLAGS+=" EXTENSION_PLUGIN=pyd" SIP_EXTRAFLAGS+=" INCDIR=${PAWPAW_PREFIX}/include/python3.8" SIP_EXTRAFLAGS+=" LIBDIR=${PAWPAW_PREFIX}/lib/python3.8/config-3.8"