Skip to content

Commit

Permalink
Pull brotli v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eustas committed Sep 25, 2017
1 parent aa283a5 commit f07f3fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
OS := $(shell uname)

CPPFLAGS = -I./brotli/include/ -I./src
CPPFLAGS = -I./brotli/c/include/ -I./src

AR ?= ar
CC ?= gcc
Expand Down Expand Up @@ -28,7 +28,7 @@ OUROBJ = font.o glyph.o normalize.o table_tags.o transform.o \
variable_length.o

BROTLI = brotli
BROTLIOBJ = $(BROTLI)/bin/obj
BROTLIOBJ = $(BROTLI)/bin/obj/c
ENCOBJ = $(BROTLIOBJ)/enc/*.o
DECOBJ = $(BROTLIOBJ)/dec/*.o
COMMONOBJ = $(BROTLIOBJ)/common/*.o
Expand Down
2 changes: 1 addition & 1 deletion brotli
Submodule brotli updated 239 files

0 comments on commit f07f3fb

Please sign in to comment.