Skip to content

Commit

Permalink
switch builder script default target from bundle to binary
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Feb 14, 2024
1 parent 775412a commit 07e3676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/ziti-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ REPODIR="$(dirname "${BASEDIR}")" # path to project root is parent of
"\ndefault target if no CMD is specified\n"\
"\n -c [Release|Debug] set CMAKE_BUILD_TYPE (default: Release)"\
"\n -p CMAKE_PRESET set CMAKE_TOOLCHAIN_FILE preset (default: ci-linux-x64)"\
"\n -t [bundle|package] set CMAKE_TARGET (default: bundle)"
"\n -t [bundle|package] set CMAKE_TARGET (default: ziti-edge-tunnel)"
exit 0
}

Expand Down Expand Up @@ -134,7 +134,7 @@ function main() {
cmake \
--build ./build \
--config "${CMAKE_CONFIG:-Release}" \
--target "${CMAKE_TARGET:-bundle}" \
--target "${CMAKE_TARGET:-ziti-edge-tunnel}" \
--verbose
fi
ls -lAh ./build/programs/ziti-edge-tunnel/Release/ziti-edge-tunnel
Expand Down

0 comments on commit 07e3676

Please sign in to comment.