chen3feng / blade-build

Blade is a powerful build system from Tencent, supports many mainstream programming languages, such as C/C++, java, scala, python, protobuf...
Other
2.05k stars 500 forks source link

条件编译 #1045

Open wuwenjunwwj opened 3 months ago

wuwenjunwwj commented 3 months ago

你好,请问下blade如何支持条件编译呢,源码中有两行代码,希望在ubuntu22.04下编译,在ubuntu20.04 下不编译,没找到blade通过定义宏来实现条件编译的方式。请问这种情况要如何解决呢。

//#ifdef MY_FEATURE_ENABLED options.response_cachename = cache_config.name; options.response_cache_configjson = cache_config.json_config_str; //#endif