Skip to content

Commit

Permalink
toolchain: inform shared libphoenix it is being build for toolchain
Browse files Browse the repository at this point in the history
JIRA: RTOS-664
  • Loading branch information
badochov committed Dec 5, 2024
1 parent de7be37 commit dc0ab88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/build-toolchain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ build_libc_shared() {

for phx_target in $PHOENIX_TARGETS; do
log "[$phx_target] installing shared libphoenix"
make -C "$SCRIPT_DIR/../../libphoenix" TARGET="$phx_target" install
make -C "$SCRIPT_DIR/../../libphoenix" TOOLCHAIN_BUILD=y TARGET="$phx_target" install
done

PATH="$OLDPATH"
Expand Down

0 comments on commit dc0ab88

Please sign in to comment.