Skip to content

Commit

Permalink
c
Browse files Browse the repository at this point in the history
  • Loading branch information
pillowtrucker committed Jan 26, 2024
1 parent 01e816e commit 9664f32
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Required to avoid a linker error on Windows when building the dylib.
[target.x86_64-pc-windows-msvc]
linker = "rust-lld.exe"
rustflags = ["-lucrtd"]
rustflags = ["-lucrt", "-llegacy_stdio_definitions"]
#rustflags = ["-C", "target-feature=+crt-static"]
#rustflags = ["-lntdll"]
#rustflags=["-lucrtd"]
Expand Down
2 changes: 1 addition & 1 deletion brainworms_farting_noises/libymfm.wasm

0 comments on commit 9664f32

Please sign in to comment.