From 58fb3a776ab6887bd5d179fd83dd6ccb542366af Mon Sep 17 00:00:00 2001 From: Rune Date: Sat, 13 Jun 2026 22:33:37 +0200 Subject: [PATCH] fix on linux --- BeefProj.toml | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) 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"]