mirror of https://github.com/XEphem/XEphem.git
Whoops, meant ‘lib’ with -L, not ‘include’
This commit is contained in:
parent
cb7ff5be56
commit
8bdc1ecf5a
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue