adjustment to sh scripts

This commit is contained in:
2024-09-10 04:34:31 -04:00
parent 15b8291131
commit 5832589eca
3 changed files with 26 additions and 24 deletions

View File

@@ -15,7 +15,7 @@ if [ -d "$path_sokol" ] && [ -d "$path_sokol/sokol" ]; then
rm -rf "$path_sokol_examples"
fi
pushd "$path_sokol" > /dev/null
# pushd "$path_sokol"
# Convert build_clibs_linux.sh to Unix line endings
if command -v dos2unix &> /dev/null; then
@@ -50,4 +50,4 @@ check_and_install() {
# Run the build script
./build_clibs_linux.sh
popd > /dev/null
# popd