Skip to content

Commit

Permalink
Changed build process
Browse files Browse the repository at this point in the history
  • Loading branch information
ionarevamp committed Apr 5, 2024
1 parent 5923d7a commit 06a6621
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
rustflags = [
"-C", "linker=g++",
"-l", "static=SDL2"
"-L", "/usr/lib"
]

[target.x86_64-unknown-linux-musl]
rustflags = [
"-C", "linker=g++",
"-l", "static=SDL2"
"-L", "/usr/lib"

]

[target.'cfg(target_arch = "x86_64")'.dependencies]
Expand Down

0 comments on commit 06a6621

Please sign in to comment.