Skip to content

Commit

Permalink
build: Fix build script output option (#650)
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-wolf committed Jul 17, 2024
1 parent cca0396 commit f6ce97c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,9 @@ main()
fi

local ANT_PROPS=(-Dzserio.build_dir="${ZSERIO_BUILD_DIR}"
-Dzserio.install_dir="${ZSERIO_DISTR_DIR}")
-Dzserio.install_dir="${ZSERIO_DISTR_DIR}"
-Dzserio_extensions.build_dir="${ZSERIO_BUILD_DIR}/compiler/extensions"
-Dzserio_extensions.install_dir="${ZSERIO_DISTR_DIR}/zserio_libs")

# build Zserio Ant task
if [[ ${PARAM_ANT_TASK} == 1 ]] ; then
Expand Down

0 comments on commit f6ce97c

Please sign in to comment.