macos debug

This commit is contained in:
2023-12-12 17:58:49 +01:00
parent 44d7c7e4fd
commit 7dda5d5624

View File

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