Skip to content
Snippets Groups Projects
Commit 525f3f4e authored by Mark OLESEN's avatar Mark OLESEN
Browse files

COMP: use 'address-model=64' for boost mingw cross-compile

parent 43606b62
Branches
Tags
No related merge requests found
...@@ -354,7 +354,7 @@ else ...@@ -354,7 +354,7 @@ else
# For build # For build
echo "using gcc : mingw : ${c_compiler} ;" > user-config.jam echo "using gcc : mingw : ${c_compiler} ;" > user-config.jam
buildOpt="--user-config=user-config.jam toolset=gcc" buildOpt="--user-config=user-config.jam toolset=gcc"
buildOpt="$buildOpt target-os=windows release" buildOpt="$buildOpt address-model=64 target-os=windows release"
;; ;;
(*) (*)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment