Skip to content

Commit

Permalink
macos debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Dec 12, 2023
1 parent cf3f16d commit 6c0d882
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/run.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 6c0d882

Please sign in to comment.