2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-18 01:52:17 +00:00

Merge from HEAD:

Fix: enable "_debug" suffix for OSX again.


[SVN r35821]
This commit is contained in:
Jürgen Hunold
2006-11-03 07:58:24 +00:00
parent 14353a7bb4
commit 6e18744a15

View File

@@ -158,6 +158,12 @@ rule init ( prefix )
;
main = qtmain ;
}
else if [ os.name ] = MACOSX
{
# On MacOS X, both debug and release libraries are available.
suffix_version = "" ;
suffix_debug = "_debug" ;
}
else
{
# Since Qt-4.2, debug versions on unix have to be built separately