From cc411b0e1e1d65145b4a68deccc8d02451b60d3f Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 19 Oct 2024 15:48:39 -0400 Subject: [PATCH] macos worflow: remove debug ls --- scripts/build_sokol_library.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/build_sokol_library.sh b/scripts/build_sokol_library.sh index 71ce9a9..b032f6f 100644 --- a/scripts/build_sokol_library.sh +++ b/scripts/build_sokol_library.sh @@ -66,7 +66,6 @@ case "$OS" in Darwin*) echo "Detected macOS operating system" echo "Running macOS build script..." - ls -al ./build_clibs_macos.sh ;; *)