macos debug

This commit is contained in:
Kbz-8
2023-12-12 18:04:27 +01:00
parent cf3f16d832
commit 6c0d8829a5

View File

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