Skip to content

Commit

Permalink
Try setting BOOST_USE_WINFIB
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-goodspeed committed Nov 21, 2024
1 parent 20c45a6 commit e999cbf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build-cmd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,10 @@ fi # =========================================================================
testo="$TEMP/$btest.obj"
testx="$TEMP/$btest.exe"
sep "$btest"
if cl /EHsc /I. /Fo"$(native "$testo")" /Fe"$(native "$testx")" "$(native "$test")" \
/link /libpath:"$(native "${stage_release}")"
if cl \
/DBOOST_USE_WINFIB \
/EHsc /I. /Fo"$(native "$testo")" /Fe"$(native "$testx")" "$(native "$test")" \
/link /libpath:"$(native "${stage_release}")"
then
"$testx"
rm "$testo" "$testx"
Expand Down

0 comments on commit e999cbf

Please sign in to comment.