Skip to content

Commit

Permalink
Fix tre-x32 for win64 lto builds
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Dec 11, 2022
1 parent 699d534 commit 67b11fe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bootstrap-jack2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ if [ "${WIN64}" -eq 1 ]; then
source setup/env.sh
PAWPAW_BUILDDIR="${PAWPAW_DIR}/builds/win64"
PAWPAW_PREFIX="${PAWPAW_DIR}/targets/win64"
if [ -z "${PAWPAW_SKIP_LTO}" ] || [ "${PAWPAW_SKIP_LTO}" -eq 0 ]; then
PAWPAW_BUILDDIR+="-lto"
PAWPAW_PREFIX+="-lto"
fi
source setup/functions.sh

copy_download tre tre-x32 "${TRE_VERSION}"
Expand Down

0 comments on commit 67b11fe

Please sign in to comment.