mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 00:32:57 -04:00
travis: Fix Python version detection under newer CMake
This commit is contained in:
parent
1bd15dad60
commit
82d14d98d4
@ -96,6 +96,7 @@ script:
|
||||
-DOPENSSL_ROOT_DIR=/usr/local/opt/openssl $PY2_CMAKE_ARGS ..
|
||||
else
|
||||
cmake -DHAVE_GTK2=NO -DBUILD_METALIBS=$BUILD_METALIBS \
|
||||
-DWANT_PYTHON_VERSION=$(python -V 2>&1 | cut -d' ' -f2) \
|
||||
-DCOMPOSITE_SOURCE_EXCLUSIONS="$COMPOSITE_SOURCE_EXCLUSIONS" \
|
||||
-DCOMPOSITE_SOURCE_LIMIT=$COMPOSITE_SOURCE_LIMIT ..
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user