mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-11-28 08:43:26 +00:00
parent
bafdc9d274
commit
8b477ca9cb
|
@ -22,7 +22,7 @@ cmake_external(
|
|||
|
||||
cmake_external(
|
||||
name = "libhello_win",
|
||||
cmake_options = ["-G \"Visual Studio 15 2017 Win64\""],
|
||||
cmake_options = ["-G \"Visual Studio 15 2017\" -A x64"],
|
||||
generate_crosstool_file = True,
|
||||
lib_name = "libhello",
|
||||
lib_source = ":srcs",
|
||||
|
|
|
@ -18,7 +18,7 @@ cmake_external(
|
|||
|
||||
cmake_external(
|
||||
name = "libhello_win",
|
||||
cmake_options = ["-G \"Visual Studio 14 2015 Win64\""],
|
||||
cmake_options = ["-G \"Visual Studio 15 2017\" -A x64"],
|
||||
generate_crosstool_file = True,
|
||||
lib_name = "libhello",
|
||||
lib_source = ":srcs",
|
||||
|
|
Loading…
Reference in a new issue