fix on linux
This commit is contained in:
+24
-24
@@ -19,16 +19,16 @@ LibPaths = ["$(BuildDir)/SDL3.lib"]
|
|||||||
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dll\")"]
|
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dll\")"]
|
||||||
|
|
||||||
[Configs.Debug.Linux32]
|
[Configs.Debug.Linux32]
|
||||||
LibPaths = ["$(BuildDir)/SDL3.a"]
|
LibPaths = ["$(BuildDir)/libSDL3.a"]
|
||||||
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.so\")"]
|
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.so\")"]
|
||||||
|
|
||||||
[Configs.Debug.Linux64]
|
[Configs.Debug.Linux64]
|
||||||
LibPaths = ["$(BuildDir)/SDL3.a"]
|
LibPaths = ["$(BuildDir)/libSDL3.a"]
|
||||||
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.so\")"]
|
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.so\")"]
|
||||||
|
|
||||||
[Configs.Debug.macOS]
|
[Configs.Debug.macOS]
|
||||||
LibPaths = ["$(BuildDir)/SDL3.a"]
|
LibPaths = ["$(BuildDir)/libSDL3.a"]
|
||||||
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dylib\")"]
|
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.dylib\")"]
|
||||||
|
|
||||||
[Configs.Debug.wasm]
|
[Configs.Debug.wasm]
|
||||||
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
||||||
@@ -42,16 +42,16 @@ LibPaths = ["$(BuildDir)/SDL3.lib"]
|
|||||||
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dll\")"]
|
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dll\")"]
|
||||||
|
|
||||||
[Configs.Release.Linux32]
|
[Configs.Release.Linux32]
|
||||||
LibPaths = ["$(BuildDir)/SDL3.a"]
|
LibPaths = ["$(BuildDir)/libSDL3.a"]
|
||||||
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.so\")"]
|
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.so\")"]
|
||||||
|
|
||||||
[Configs.Release.Linux64]
|
[Configs.Release.Linux64]
|
||||||
LibPaths = ["$(BuildDir)/SDL3.a"]
|
LibPaths = ["$(BuildDir)/libSDL3.a"]
|
||||||
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.so\")"]
|
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.so\")"]
|
||||||
|
|
||||||
[Configs.Release.macOS]
|
[Configs.Release.macOS]
|
||||||
LibPaths = ["$(BuildDir)/SDL3.a"]
|
LibPaths = ["$(BuildDir)/libSDL3.a"]
|
||||||
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dylib\")"]
|
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.dylib\")"]
|
||||||
|
|
||||||
[Configs.Release.wasm]
|
[Configs.Release.wasm]
|
||||||
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
||||||
@@ -65,16 +65,16 @@ LibPaths = ["$(BuildDir)/SDL3.lib"]
|
|||||||
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dll\")"]
|
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dll\")"]
|
||||||
|
|
||||||
[Configs.Paranoid.Linux32]
|
[Configs.Paranoid.Linux32]
|
||||||
LibPaths = ["$(BuildDir)/SDL3.a"]
|
LibPaths = ["$(BuildDir)/libSDL3.a"]
|
||||||
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.so\")"]
|
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.so\")"]
|
||||||
|
|
||||||
[Configs.Paranoid.Linux64]
|
[Configs.Paranoid.Linux64]
|
||||||
LibPaths = ["$(BuildDir)/SDL3.a"]
|
LibPaths = ["$(BuildDir)/libSDL3.a"]
|
||||||
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.so\")"]
|
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.so\")"]
|
||||||
|
|
||||||
[Configs.Paranoid.macOS]
|
[Configs.Paranoid.macOS]
|
||||||
LibPaths = ["$(BuildDir)/SDL3.a"]
|
LibPaths = ["$(BuildDir)/libSDL3.a"]
|
||||||
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dylib\")"]
|
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.dylib\")"]
|
||||||
|
|
||||||
[Configs.Paranoid.wasm]
|
[Configs.Paranoid.wasm]
|
||||||
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
||||||
@@ -88,16 +88,16 @@ LibPaths = ["$(BuildDir)/SDL3.lib"]
|
|||||||
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dll\")"]
|
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dll\")"]
|
||||||
|
|
||||||
[Configs.Test.Linux32]
|
[Configs.Test.Linux32]
|
||||||
LibPaths = ["$(BuildDir)/SDL3.a"]
|
LibPaths = ["$(BuildDir)/libSDL3.a"]
|
||||||
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.so\")"]
|
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.so\")"]
|
||||||
|
|
||||||
[Configs.Test.Linux64]
|
[Configs.Test.Linux64]
|
||||||
LibPaths = ["$(BuildDir)/SDL3.a"]
|
LibPaths = ["$(BuildDir)/libSDL3.a"]
|
||||||
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.so\")"]
|
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.so\")"]
|
||||||
|
|
||||||
[Configs.Test.macOS]
|
[Configs.Test.macOS]
|
||||||
LibPaths = ["$(BuildDir)/SDL3.a"]
|
LibPaths = ["$(BuildDir)/libSDL3.a"]
|
||||||
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/SDL3.dylib\")"]
|
PostBuildCmds = ["CopyToDependents(\"$(BuildDir)/libSDL3.dylib\")"]
|
||||||
|
|
||||||
[Configs.Test.wasm]
|
[Configs.Test.wasm]
|
||||||
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
LibPaths = ["$(BuildDir)/SDL3-static.a"]
|
||||||
|
|||||||
Reference in New Issue
Block a user