Skip to content

Commit 0608b11

Browse files
committed
Modernize fixups
1 parent fbfdc60 commit 0608b11

File tree

5 files changed

+9
-7
lines changed

5 files changed

+9
-7
lines changed

third-party/BUCK

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
[[buildscript]]
2-
[buildscript.rustc_flags]
1+
buildscript.run = true
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
[[buildscript]]
2-
[buildscript.gen_srcs]
1+
buildscript.run = true
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
[[buildscript]]
2-
[buildscript.gen_srcs]
1+
buildscript.run = true

third-party/fixups/windows-targets/fixups.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ omit_deps = [
99
"windows_x86_64_msvc",
1010
]
1111

12-
[platform_fixup.'cfg(target_os = "windows")']
12+
['cfg(target_os = "windows")']
1313
cfgs = ["windows_raw_dylib"]

0 commit comments

Comments
 (0)