Skip to content

Commit 4476497

Browse files
committed
Fix WORKING_DIRECTORY path for Linux
1 parent a188e0f commit 4476497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: mapscript/python/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ add_custom_command(
105105
)
106106

107107
add_custom_command(
108-
WORKING_DIRECTORY ${OUTPUT_FOLDER}/mapscriptvenv/Scripts # make sure scripts aren't run when from the same folder as mapscript.py
108+
WORKING_DIRECTORY ${PYTHON_SCRIPTS} # make sure scripts aren't run when from the same folder as mapscript.py
109109
DEPENDS mapscriptwheel.stamp
110110
OUTPUT mapscripttests.stamp
111111
COMMAND ${PYTHON_VENV_SCRIPTS}/pip install --no-index --find-links=${OUTPUT_FOLDER}/dist mapscript

0 commit comments

Comments
 (0)