Skip to content

Commit

Permalink
Try Win64 in the generator name
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Jan 20, 2025
1 parent 1d3f63e commit b4e03e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/build-scripts/ci-startup.bash
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ if [[ `uname -s` == "Linux" ]] ; then
export CC=${CC:=gcc}
export CXX=${CXX:=g++}
fi
if [ -z "$CXX" ] ; then
unset CXX
unset CC
fi
echo "CI-startup: CC=$CC, CXX=$CXX"
cmake --version
export OSL_CI=true
export USE_NINJA=${USE_NINJA:=1}
# if [[ "${RUNNER_OS}" != "Windows" ]] ; then
Expand Down

0 comments on commit b4e03e3

Please sign in to comment.