miyucy / brotli

MIT License
59 stars 14 forks source link

"ORIG_SRCS = buffer.c brotli.c" May be in Makefile instead of "ORIG_SRCS = brotli.c buffer.c" #17

Closed loadhigh closed 7 years ago

loadhigh commented 7 years ago

This causes the shared object to be built without any of the brotli code, causing error during run time

miyucy commented 7 years ago

Maybe fixes with this PR. https://github.com/miyucy/brotli/pull/16 Could you try with v0.1.7?

loadhigh commented 7 years ago

Confirmed working.