diff --git a/build/Jamfile b/build/Jamfile index 754df6948d..71b2a98575 100644 --- a/build/Jamfile +++ b/build/Jamfile @@ -36,6 +36,8 @@ py3-version = [ py-version 3 ] ; project boost/python : source-location ../src + : requirements gcc windows:-D_hypot=hypot + : requirements gcc windows shared:-DMS_WIN64 ; rule cond ( test ? : yes * : no * ) { if $(test) { return $(yes) ; } else { return $(no) ; } }