Skip to content

Commit 08e2418

Browse files
committed
dev
1 parent f659458 commit 08e2418

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [[ "$OSTYPE" == "msys" || "$OSTYPE" == "cygwin" ]]; then
2020
INSTALL_PREFIX="$USERPROFILE\\.local"
2121
INSTALL_PREFIX=$(cygpath -u "$INSTALL_PREFIX") # Make CMake happy when using git bash under windows
2222
mkdir -p "${INSTALL_PREFIX}"
23-
export CMAKE_PREFIX_PATH=$INSTALL_PREFIX;$CMAKE_PREFIX_PATH # Notice the ";" instead of ":"
23+
export CMAKE_PREFIX_PATH=$INSTALL_PREFIX:$CMAKE_PREFIX_PATH # Notice the ";" instead of ":"
2424
else
2525
INSTALL_PREFIX="$HOME/.local"
2626
export CMAKE_PREFIX_PATH=$INSTALL_PREFIX:$CMAKE_PREFIX_PATH

0 commit comments

Comments
 (0)