diff --git a/dsc/.cargo/config.toml b/dsc/.cargo/config.toml new file mode 100644 index 00000000..af6c0731 --- /dev/null +++ b/dsc/.cargo/config.toml @@ -0,0 +1,4 @@ +[target.x86_64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] +[target.aarch64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] \ No newline at end of file diff --git a/dsc_lib/.cargo/config.toml b/dsc_lib/.cargo/config.toml new file mode 100644 index 00000000..af6c0731 --- /dev/null +++ b/dsc_lib/.cargo/config.toml @@ -0,0 +1,4 @@ +[target.x86_64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] +[target.aarch64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] \ No newline at end of file diff --git a/osinfo/.cargo/config.toml b/osinfo/.cargo/config.toml new file mode 100644 index 00000000..af6c0731 --- /dev/null +++ b/osinfo/.cargo/config.toml @@ -0,0 +1,4 @@ +[target.x86_64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] +[target.aarch64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] \ No newline at end of file diff --git a/process/.cargo/config.toml b/process/.cargo/config.toml new file mode 100644 index 00000000..af6c0731 --- /dev/null +++ b/process/.cargo/config.toml @@ -0,0 +1,4 @@ +[target.x86_64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] +[target.aarch64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] \ No newline at end of file diff --git a/registry/.cargo/config.toml b/registry/.cargo/config.toml new file mode 100644 index 00000000..af6c0731 --- /dev/null +++ b/registry/.cargo/config.toml @@ -0,0 +1,4 @@ +[target.x86_64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] +[target.aarch64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] \ No newline at end of file diff --git a/tools/dsctest/.cargo/config.toml b/tools/dsctest/.cargo/config.toml new file mode 100644 index 00000000..af6c0731 --- /dev/null +++ b/tools/dsctest/.cargo/config.toml @@ -0,0 +1,4 @@ +[target.x86_64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] +[target.aarch64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] \ No newline at end of file diff --git a/tools/test_group_resource/.cargo/config.toml b/tools/test_group_resource/.cargo/config.toml new file mode 100644 index 00000000..af6c0731 --- /dev/null +++ b/tools/test_group_resource/.cargo/config.toml @@ -0,0 +1,4 @@ +[target.x86_64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] +[target.aarch64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] \ No newline at end of file diff --git a/y2j/.cargo/config.toml b/y2j/.cargo/config.toml new file mode 100644 index 00000000..af6c0731 --- /dev/null +++ b/y2j/.cargo/config.toml @@ -0,0 +1,4 @@ +[target.x86_64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] +[target.aarch64-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] \ No newline at end of file