Skip to content

kkpattern/bazel_android_win32_cxxopt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Run

bazel build //... --cpu=arm64-v8a --host_crosstool_top=@bazel_tools//tools/cpp:toolchain --crosstool_top=@androidndk//:toolchain-libcpp --cxxopt=-std=c++14

Expected result: build success.

Result: error: invalid argument '-std=c++14' not allowed with 'C'

About

A demo for the bazel incorrectly pass cxxopt to C when building android on Windows.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published