Skip to content

Commit 2d7f241

Browse files
committed
crossclang: Default to target specified in $TARGET env variable
1 parent da30a36 commit 2d7f241

File tree

1 file changed

+1
-1
lines changed
  • junixsocket-native/crossclang/bin

1 file changed

+1
-1
lines changed

junixsocket-native/crossclang/bin/clang

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ fi
4747
clangArgs=()
4848
gccArgs=()
4949
libsArgs=()
50-
target=""
50+
target="$TARGET"
5151
sdkroot=
5252
sdkroot_base=""
5353

0 commit comments

Comments
 (0)