Skip to content

Commit

Permalink
fix macos ci
Browse files Browse the repository at this point in the history
  • Loading branch information
matekelemen committed Aug 6, 2024
1 parent b0f5cbf commit a54ddea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ buildType="Release"
buildDir="$scriptDir/build"
installDir="$scriptDir/install"
cmakeArguments=""
cxx="g++"
jobCount=""

while getopts ":h p t: j: b: i: o:" arg; do
Expand Down Expand Up @@ -94,6 +93,7 @@ case "$(uname -s)" in
toolchainBin="${toolchainRoot}/bin"
toolchainLib="${toolchainRoot}/lib"
toolchainInclude="${toolchainRoot}/include"
export cc="$toolchainBin/clang"
export cxx="$toolchainBin/clang++"
fi
;;
Expand Down

0 comments on commit a54ddea

Please sign in to comment.