Skip to content

Commit

Permalink
Merge pull request #4 from Marsman1996/fix_env
Browse files Browse the repository at this point in the history
Delete additional toolchain in env.sh
  • Loading branch information
llenotre authored Oct 18, 2024
2 parents 28682ef + 6822d97 commit a052311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cross/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

TOOLCHAIN="$(pwd)/toolchain"

export PATH="$TOOLCHAIN/usr/bin:$TOOLCHAIN/toolchain/bin:$PATH"
export PATH="$TOOLCHAIN/usr/bin:$TOOLCHAIN/bin:$PATH"

export CC="clang"
export LD="ld.lld"
Expand Down

0 comments on commit a052311

Please sign in to comment.