Skip to content

Commit

Permalink
fix typo in LIBS
Browse files Browse the repository at this point in the history
  • Loading branch information
hotbso committed Sep 1, 2018
1 parent c45b2a5 commit bfb7e78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.mac64
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ CFLAGS+=-O2 -Wall -I$(SDK)/CHeaders/XPLM -I$(SDK)/CHeaders/Widgets -I$(ACFUT)/in
LNFLAGS+=-dynamiclib -shared -rdynamic $(OSXL) -fvisibility=hidden -Wl,-exported_symbols_list -Wl,linkscript.mac

# https://pewpewthespells.com/blog/static_and_dynamic_libraries.html
LIBS+==-L$(ACFUT)/mac64/lib -lacfutils -F $(SDK)/Libraries/Mac -framework XPLM -framework XPWidgets
LIBS+=-L$(ACFUT)/mac64/lib -lacfutils -F $(SDK)/Libraries/Mac -framework XPLM -framework XPWidgets

all: $(TARGET)

Expand Down

0 comments on commit bfb7e78

Please sign in to comment.