Ticket #30202: patch-tools_build_v2_engine_src_build.jam.diff

File patch-tools_build_v2_engine_src_build.jam.diff, 496 bytes (added by ejtttje@…, 13 years ago)

file location changed in boost 1.47

  • tools/build/v2/engine/build.jam

    old new  
    194194    -I$(--python-include) -I$(--extra-include)
    195195    : -L$(--python-lib[1]) -l$(--python-lib[2]) ;
    196196## MacOSX Darwin, using GCC 2.9.x, 3.x
    197 toolset darwin cc :  "-o " : -D
     197toolset darwin %%CONFIGURE.CC%% :  "-o " : -D
    198198    :
    199199    [ opt --release : -Wl,-x -O3 -finline-functions ]
    200200    [ opt --debug : -g -O0 -fno-inline -pg ]