Skip to content

Commit

Permalink
Update to GCC 14.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed May 29, 2024
1 parent 31670cd commit 010e70a
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 @@ -172,7 +172,7 @@ for target in "${targets[@]}"; do

if [ "${os}" == 'sabotage' ]; then
cp --recursive './opt/musl/include' "${toolchain_directory}/${triplet}"
cp --recursive './opt/then/lib' "${toolchain_directory}/${triplet}"
cp --recursive './opt/musl/lib' "${toolchain_directory}/${triplet}"
else
cp --recursive './usr/include' "${toolchain_directory}/${triplet}"
cp --recursive './usr/lib' "${toolchain_directory}/${triplet}"
Expand Down

0 comments on commit 010e70a

Please sign in to comment.