Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
  • Loading branch information
thehajime committed Jul 10, 2024
1 parent e01e433 commit 03a3769
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ if [ -n "$(${CC-cc} -v 2>&1 | grep "enable-default-pie")" ]; then
LDFLAGS_NO_PIE="-no-pie"
fi

set -x
TARGET=$(LC_ALL=C ${CC-cc} -v 2>&1 | sed -n 's/^Target: //p' )
set +x

case ${TARGET} in
*-linux*)
Expand Down

0 comments on commit 03a3769

Please sign in to comment.