ls the directories

This commit is contained in:
2024-07-02 12:12:25 -06:00
parent 94980110ed
commit 3f5234ffbc
2 changed files with 6 additions and 1 deletions

View File

@@ -4,5 +4,4 @@ export CC="$(brew --prefix llvm)/bin/clang"
export CXX="$(brew --prefix llvm)/bin/clang++"
export SDKROOT="$(xcrun --show-sdk-path)"
echo $@
scons CXXFLAGS="-I/usr/local/opt/zlib/include" LINKFLAGS="-L/usr/local/opt/zlib/lib" $@