Skip to content

Commit

Permalink
Export CC and CXX variables explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Feb 28, 2023
1 parent 6afd2ce commit fd54c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/libmakepkg/buildenv.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ prepare_buildenv() {
done

# ensure all necessary build variables are exported
export CPPFLAGS CFLAGS CXXFLAGS LDFLAGS RUSTFLAGS MAKEFLAGS CHOST
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS RUSTFLAGS MAKEFLAGS CHOST
}

0 comments on commit fd54c1a

Please sign in to comment.