make: Fix python test run

This commit is contained in:
Mizux Seiha
2022-10-27 10:56:55 +02:00
parent 0dd8a8756e
commit f8ca40baf2
2 changed files with 3 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ USE_XPRESS ?= OFF
USE_DOTNET_CORE_31 ?= ON
USE_DOTNET_6 ?= ON
BUILD_VENV ?= ON
JOBS ?= 4
# Main targets.
@@ -74,6 +75,7 @@ third_party:
-DUSE_XPRESS=$(USE_XPRESS) \
-DUSE_DOTNET_CORE_31=$(USE_DOTNET_CORE_31) \
-DUSE_DOTNET_6=$(USE_DOTNET_6) \
-DBUILD_VENV=$(BUILD_VENV) \
-DCMAKE_BUILD_TYPE=$(BUILD_TYPE) \
-DCMAKE_INSTALL_PREFIX=$(INSTALL_DIR) \
$(CMAKE_ARGS) \