mirror of
https://github.com/Xevion/Pac-Man.git
synced 2026-01-31 02:25:04 -06:00
fix: cfg on ConsoleInit for windows/emscripten, use simplified cfg for windows/linux
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ rustflags = [
|
||||
]
|
||||
runner = "node"
|
||||
|
||||
[target.'cfg(target_os = "linux")']
|
||||
[target.'cfg(linux)']
|
||||
rustflags = [
|
||||
# Manually link zlib.
|
||||
# The `sdl2` crate's build script uses `libpng`, which requires `zlib`.
|
||||
|
||||
Reference in New Issue
Block a user