Skip to content

Commit

Permalink
Put cargo config file in the correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
neacsu committed Aug 19, 2024
1 parent 3839674 commit 45f38f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ bin
.vscode
**/.DS_Store
/.cargo
/nym-vpn-core/.cargo
nym-vpn-core/nym-vpn-lib/generated/headers/module.modulemap
nym-vpn-core/nym-vpn-lib/uniffi/nym_vpn_libFFI.modulemap
nym-vpn-core/nym-vpn-lib/uniffi/nym_vpn_libFFI.h
Expand Down
2 changes: 2 additions & 0 deletions nym-vpn-core/.cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "link-arg=-fuse-ld=lld"]
2 changes: 0 additions & 2 deletions nym-vpn-core/nym-vpn-lib/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ rustflags = ["-L", "./android/app/build/extraJni/x86_64"]
rustflags = ["-L", "./android/app/build/extraJni/armeabi-v7a"]
[target.i686-linux-android]
rustflags = ["-L", "./android/app/build/extraJni/x86"]
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "link-arg=-fuse-ld=lld"]

0 comments on commit 45f38f3

Please sign in to comment.