Skip to content

Commit

Permalink
ls /usr/include on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
MyNameIsTrez committed Sep 13, 2024
1 parent ceaf8aa commit 277a72e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ linker_flags='-rdynamic -lm'

if [ "$(uname)" == "Darwin" ]; then # If Mac OS X
echo "Detected macOS"
# TODO: REMOVE
sudo ls /usr/include
linker_flags+=' -I.'
fi

Expand Down

0 comments on commit 277a72e

Please sign in to comment.