Whoops, meant ‘lib’ with -L, not ‘include’

This commit is contained in:
Brandon Rhodes 2024-02-19 09:44:51 -05:00
parent cb7ff5be56
commit 8bdc1ecf5a
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ ifeq ($(UNAME_S),Darwin)
PLATI = -I/opt/homebrew/include \
-I/usr/local/opt/openssl@3/include \
-I/opt/X11/include
PLATL = -L/opt/homebrew/include \
PLATL = -L/opt/homebrew/lib \
-L/usr/local/opt/openssl@3/lib \
-L/opt/X11/lib
endif