Skip to content

Commit

Permalink
Fix build 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
hipersayanX committed Jun 23, 2024
1 parent 94e75d6 commit 7c30187
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ports/ci/windows-msys/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ cmake \
-G "MSYS Makefiles" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="${INSTALL_PREFIX}" \
-DCMAKE_C_COMPILER="/mingw64/bin/${COMPILER_C}" \
-DCMAKE_CXX_COMPILER="/mingw64/bin/${COMPILER_CXX}" \
-DCMAKE_C_COMPILER="/c/msys64/mingw64/bin/${COMPILER_C}" \
-DCMAKE_CXX_COMPILER="/c/msys64/mingw64/bin/${COMPILER_CXX}" \
${EXTRA_PARAMS}
cmake --build ${buildDir} --parallel ${NJOBS}
cmake --build ${buildDir} --target install
Expand All @@ -67,8 +67,8 @@ cmake \
-G "MSYS Makefiles" \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX="${INSTALL_PREFIX}" \
-DCMAKE_C_COMPILER="/mingw32/bin/${COMPILER_C}" \
-DCMAKE_CXX_COMPILER="/mingw32/bin/${COMPILER_CXX}" \
-DCMAKE_C_COMPILER="/c/msys64/mingw32/bin/${COMPILER_C}" \
-DCMAKE_CXX_COMPILER="/c/msys64/mingw32/bin/${COMPILER_CXX}" \
${EXTRA_PARAMS}
cmake --build ${buildDir} --parallel ${NJOBS}
cmake --build ${buildDir} --target install

0 comments on commit 7c30187

Please sign in to comment.