parent
bafdc9d274
commit
8b477ca9cb
|
@ -22,7 +22,7 @@ cmake_external(
|
||||||
|
|
||||||
cmake_external(
|
cmake_external(
|
||||||
name = "libhello_win",
|
name = "libhello_win",
|
||||||
cmake_options = ["-G \"Visual Studio 15 2017 Win64\""],
|
cmake_options = ["-G \"Visual Studio 15 2017\" -A x64"],
|
||||||
generate_crosstool_file = True,
|
generate_crosstool_file = True,
|
||||||
lib_name = "libhello",
|
lib_name = "libhello",
|
||||||
lib_source = ":srcs",
|
lib_source = ":srcs",
|
||||||
|
|
|
@ -18,7 +18,7 @@ cmake_external(
|
||||||
|
|
||||||
cmake_external(
|
cmake_external(
|
||||||
name = "libhello_win",
|
name = "libhello_win",
|
||||||
cmake_options = ["-G \"Visual Studio 14 2015 Win64\""],
|
cmake_options = ["-G \"Visual Studio 15 2017\" -A x64"],
|
||||||
generate_crosstool_file = True,
|
generate_crosstool_file = True,
|
||||||
lib_name = "libhello",
|
lib_name = "libhello",
|
||||||
lib_source = ":srcs",
|
lib_source = ":srcs",
|
||||||
|
|
Loading…
Reference in New Issue