fixing CI

This commit is contained in:
2023-12-12 18:12:41 +01:00
parent f9d729d30b
commit a387e34d3c
5 changed files with 13 additions and 8 deletions

View File

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