X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fthird_party_libs.scons;h=b78a5ed1ac1384862bb12f212b0cbd53e6bcd843;hb=de0b348a1cb56a2a04b9a7640262fe00e8c3c13b;hp=94495ba47e525d5368ca43b7443d1ea2eee5d413;hpb=cf56a410a2150ae474c676e7e6d01b89552a4873;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/third_party_libs.scons b/resource/third_party_libs.scons index 94495ba..b78a5ed 100644 --- a/resource/third_party_libs.scons +++ b/resource/third_party_libs.scons @@ -68,6 +68,10 @@ if target_os == 'android': # Too much boost warning, suppress the warning lib_env.AppendUnique(CCFLAGS = ['-w']) +elif target_os in ['windows']: + SConscript(os.path.join(env.get('SRC_DIR'), 'extlibs', 'boost', 'SConscript')) + boost_path = os.path.join(src_dir,'extlibs','boost','boost') + lib_env.AppendUnique(CPPPATH = [boost_path]) elif target_os == 'ios': lib_env.AppendUnique(FRAMEWORKS = ['boost']) elif target_os == 'darwin':