Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のプラットフォーム リンカー フラグを指定するにはどうすればよいでしょうか。
1 つの cxx_library ターゲットで?
このようなもの:
platform_linker_flags = [ ('android', ['foo0', 'bar0']), ('macosx-x86_64', ['foo1', 'bar1']), ('linux-x86_64', ['foo2', 'bar2']), ],