Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
debug
  • Loading branch information
agolybev authored Jun 24, 2016
1 parent 0e732f3 commit ddb8e39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ GRUNT_FILES = Gruntfile.js.out

FILE_CONVERTER = $(OUTPUT)/FileConverter/bin
FILE_CONVERTER_FILES += ../core/build/lib/linux_64/*.so
FILE_CONVERTER_FILES += /usr/local/lib/libicudata.so.55
FILE_CONVERTER_FILES += /usr/local/lib/libicuuc.so.55
FILE_CONVERTER_FILES += /usr/local/lib/libicudata.so.55*
FILE_CONVERTER_FILES += /usr/local/lib/libicuuc.so.55*
FILE_CONVERTER_FILES += ../core/build/bin/linux/x2t
FILE_CONVERTER_FILES += ../v8/third_party/icu/linux/icudtl_dat.S

Expand Down

0 comments on commit ddb8e39

Please sign in to comment.