macos debug

This commit is contained in:
2023-12-12 17:47:10 +01:00
parent 99678c2bb3
commit 44d7c7e4fd

View File

@@ -1,5 +1,6 @@
#!/bin/bash
echo $(uname -s)
if [ $(uname -s) = 'Darwin' ]; then
clang main.c ../libmlx.dylib -L /opt/homebrew/lib -lSDL2 -g && ./a.out;
else