macos debug

This commit is contained in:
Kbz-8
2023-12-12 17:58:49 +01:00
parent b60ae54e34
commit cf3f16d832

View File

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