macos debug

This commit is contained in:
Kbz-8
2023-12-12 17:47:10 +01:00
parent 7786b07eb8
commit b60ae54e34

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