fix on linux

This commit is contained in:
2026-06-13 22:33:37 +02:00
parent 3d00036b7e
commit 58fb3a776a
+24 -24
View File
@@ -19,16 +19,16 @@ LibPaths = ["$(BuildDir)/SDL3.lib"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dll\")"]
[Configs.Debug.Linux32]
LibPaths = ["$(BuildDir)/SDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.so\")"]
LibPaths = ["$(BuildDir)/libSDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.so\")"]
[Configs.Debug.Linux64]
LibPaths = ["$(BuildDir)/SDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.so\")"]
LibPaths = ["$(BuildDir)/libSDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.so\")"]
[Configs.Debug.macOS]
LibPaths = ["$(BuildDir)/SDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dylib\")"]
LibPaths = ["$(BuildDir)/libSDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.dylib\")"]
[Configs.Debug.wasm]
LibPaths = ["$(BuildDir)/SDL3-static.a"]
@@ -42,16 +42,16 @@ LibPaths = ["$(BuildDir)/SDL3.lib"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dll\")"]
[Configs.Release.Linux32]
LibPaths = ["$(BuildDir)/SDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.so\")"]
LibPaths = ["$(BuildDir)/libSDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.so\")"]
[Configs.Release.Linux64]
LibPaths = ["$(BuildDir)/SDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.so\")"]
LibPaths = ["$(BuildDir)/libSDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.so\")"]
[Configs.Release.macOS]
LibPaths = ["$(BuildDir)/SDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dylib\")"]
LibPaths = ["$(BuildDir)/libSDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.dylib\")"]
[Configs.Release.wasm]
LibPaths = ["$(BuildDir)/SDL3-static.a"]
@@ -65,16 +65,16 @@ LibPaths = ["$(BuildDir)/SDL3.lib"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dll\")"]
[Configs.Paranoid.Linux32]
LibPaths = ["$(BuildDir)/SDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.so\")"]
LibPaths = ["$(BuildDir)/libSDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.so\")"]
[Configs.Paranoid.Linux64]
LibPaths = ["$(BuildDir)/SDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.so\")"]
LibPaths = ["$(BuildDir)/libSDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.so\")"]
[Configs.Paranoid.macOS]
LibPaths = ["$(BuildDir)/SDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dylib\")"]
LibPaths = ["$(BuildDir)/libSDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.dylib\")"]
[Configs.Paranoid.wasm]
LibPaths = ["$(BuildDir)/SDL3-static.a"]
@@ -88,16 +88,16 @@ LibPaths = ["$(BuildDir)/SDL3.lib"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dll\")"]
[Configs.Test.Linux32]
LibPaths = ["$(BuildDir)/SDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.so\")"]
LibPaths = ["$(BuildDir)/libSDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.so\")"]
[Configs.Test.Linux64]
LibPaths = ["$(BuildDir)/SDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.so\")"]
LibPaths = ["$(BuildDir)/libSDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.so\")"]
[Configs.Test.macOS]
LibPaths = ["$(BuildDir)/SDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dylib\")"]
LibPaths = ["$(BuildDir)/libSDL3.a"]
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.dylib\")"]
[Configs.Test.wasm]
LibPaths = ["$(BuildDir)/SDL3-static.a"]