Skip to content

Commit

Permalink
script-overrides - Forgot the 1.74 windows overrides too (I have too …
Browse files Browse the repository at this point in the history
…many random files around)
  • Loading branch information
thepowersgang committed Jan 20, 2024
1 parent 92b5ba6 commit f85db50
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#cargo:compiler-rt=
cargo:rustc-cfg=feature="unstable"

# Disable assembly
cargo:rustc-cfg=feature="no-asm"
8 changes: 8 additions & 0 deletions script-overrides/stable-1.74.0-windows/build_libc.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
cargo:rustc-cfg=libc_priv_mod_use
cargo:rustc-cfg=libc_union
cargo:rustc-cfg=libc_const_size_of
cargo:rustc-cfg=libc_align
cargo:rustc-cfg=libc_core_cvoid
cargo:rustc-cfg=libc_packedN
cargo:rustc-cfg=libc_cfg_target_vendor
cargo:rustc-cfg=libc_thread_local
2 changes: 2 additions & 0 deletions script-overrides/stable-1.74.0-windows/build_std.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cargo:rustc-cfg=backtrace_in_libstd
cargo:rustc-env=STD_ENV_ARCH=x86_64
1 change: 1 addition & 0 deletions script-overrides/stable-1.74.0-windows/build_unwind.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# No body for windows

0 comments on commit f85db50

Please sign in to comment.