diff --git a/test/run.sh b/test/run.sh index 3b240b9..674e16f 100755 --- a/test/run.sh +++ b/test/run.sh @@ -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