Skip to content

Commit

Permalink
Fix Makefile for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hotbso committed Jun 30, 2018
1 parent 798fe40 commit 19fd2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.lin64
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ HEADERS=$(wildcard *.h)
SOURCES=$(wildcard *.c)
OBJECTS=$(SOURCES:.c=.o)

CFLAGS=-Wall -I$(SDK)/CHeaders/XPLM -I$(ACFUT)/include -DLIN=1 -DXPLM200 -fPIC -fno-stack-protector
CFLAGS=-Wall -I$(SDK)/CHeaders/XPLM -I$(SDK)/CHeaders/Widgets -I$(ACFUT)/include -DLIN=1 -DXPLM200 -fPIC -fno-stack-protector
LNFLAGS=-shared -rdynamic -nodefaultlibs -undefined_warning
LIBS=-L$(ACFUT)/lin64/lib -lacfutils

Expand Down

0 comments on commit 19fd2eb

Please sign in to comment.