1 parent f659458 commit 08e2418Copy full SHA for 08e2418
1 file changed
script/ci.sh
@@ -20,7 +20,7 @@ if [[ "$OSTYPE" == "msys" || "$OSTYPE" == "cygwin" ]]; then
20
INSTALL_PREFIX="$USERPROFILE\\.local"
21
INSTALL_PREFIX=$(cygpath -u "$INSTALL_PREFIX") # Make CMake happy when using git bash under windows
22
mkdir -p "${INSTALL_PREFIX}"
23
- export CMAKE_PREFIX_PATH=$INSTALL_PREFIX;$CMAKE_PREFIX_PATH # Notice the ";" instead of ":"
+ export CMAKE_PREFIX_PATH=$INSTALL_PREFIX:$CMAKE_PREFIX_PATH # Notice the ";" instead of ":"
24
else
25
INSTALL_PREFIX="$HOME/.local"
26
export CMAKE_PREFIX_PATH=$INSTALL_PREFIX:$CMAKE_PREFIX_PATH
0 commit comments