diff --git a/BeefProj.toml b/BeefProj.toml index d577141..95cfe74 100644 --- a/BeefProj.toml +++ b/BeefProj.toml @@ -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"]