Skip to content

Commit

Permalink
Merge pull request #17734 from iblis17/master
Browse files Browse the repository at this point in the history
Fix utf8proc include path for flisp
  • Loading branch information
tkelman committed Aug 1, 2016
2 parents e2d2925 + 159f8f5 commit 32fecde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flisp/Makefile
Expand Up @@ -28,7 +28,7 @@ LIBS += -lpthread
endif

FLAGS := -I$(LLTDIR) $(CFLAGS) $(HFILEDIRS:%=-I%) \
-I$(LIBUV_INC) -I$(build_includedir) $(LIBDIRS:%=-L%) \
-I$(LIBUV_INC) -I$(UTF8PROC_INC) -I$(build_includedir) $(LIBDIRS:%=-L%) \
-DLIBRARY_EXPORTS -DUTF8PROC_EXPORTS
ifneq ($(USEMSVC), 1)
FLAGS += -Wall -Wno-strict-aliasing -DUSE_COMPUTED_GOTO -fvisibility=hidden -Wpointer-arith -Wundef
Expand Down

0 comments on commit 32fecde

Please sign in to comment.