Skip to content

Commit

Permalink
Unbreak building with NO_GIT = 1
Browse files Browse the repository at this point in the history
clean up deps/libmojibake which should not have been added back
  • Loading branch information
tkelman committed Apr 14, 2015
1 parent 5471cd2 commit fe09ea6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Make.inc
Original file line number Diff line number Diff line change
Expand Up @@ -610,15 +610,15 @@ ifeq ($(USE_SYSTEM_LIBUV), 1)
LIBUV_INC = /usr/include
else
LIBUV = $(build_libdir)/libuv.a
LIBUV_INC = $(JULIAHOME)/deps/libuv/include
LIBUV_INC = $(build_includedir)
endif

ifeq ($(USE_SYSTEM_UTF8PROC), 1)
LIBUTF8PROC = -lutf8proc
UTF8PROC_INC = /usr/include
else
LIBUTF8PROC = $(build_libdir)/libutf8proc.a
UTF8PROC_INC = $(JULIAHOME)/deps/utf8proc
UTF8PROC_INC = $(build_includedir)
endif

# OS specific stuff
Expand Down
1 change: 0 additions & 1 deletion deps/libmojibake
Submodule libmojibake deleted from 86447a

0 comments on commit fe09ea6

Please sign in to comment.