windows: add dynamic_library_linkopts
The patchset was created before
921fda9260, which added an option to
zig_cc_toolchain_config, causing a "soft merge conflict" after merging.
This commit is contained in:
@@ -80,6 +80,7 @@ def _target_windows(gocpu, zigcpu):
|
|||||||
"libc/include/any-windows-any",
|
"libc/include/any-windows-any",
|
||||||
],
|
],
|
||||||
linkopts = [],
|
linkopts = [],
|
||||||
|
dynamic_library_linkopts = [],
|
||||||
copts = [],
|
copts = [],
|
||||||
bazel_target_cpu = "x64_windows",
|
bazel_target_cpu = "x64_windows",
|
||||||
constraint_values = [
|
constraint_values = [
|
||||||
|
|||||||
Reference in New Issue
Block a user