mirror of
https://github.com/webmproject/libwebp.git
synced 2024-11-20 04:18:26 +01:00
use CPPFLAGS before CFLAGS
this way, -Isrc/ is used *before* system-wide -I locations like /opt/local/include/ for instance. Change-Id: I83c97775aff87695720a0ff3fca5c3cf2bb62a09
This commit is contained in:
parent
4a9d788e40
commit
e9459382b0
@ -361,7 +361,7 @@ src/utils/bit_reader_utils.o: src/utils/endian_inl_utils.h
|
|||||||
src/utils/bit_writer_utils.o: src/utils/endian_inl_utils.h
|
src/utils/bit_writer_utils.o: src/utils/endian_inl_utils.h
|
||||||
|
|
||||||
%.o: %.c $(HDRS)
|
%.o: %.c $(HDRS)
|
||||||
$(CC) $(CFLAGS) $(CPPFLAGS) -c $< -o $@
|
$(CC) $(CPPFLAGS) $(CFLAGS) -c $< -o $@
|
||||||
|
|
||||||
examples/libanim_util.a: $(ANIM_UTIL_OBJS)
|
examples/libanim_util.a: $(ANIM_UTIL_OBJS)
|
||||||
examples/libexample_util.a: $(EX_UTIL_OBJS)
|
examples/libexample_util.a: $(EX_UTIL_OBJS)
|
||||||
|
Loading…
Reference in New Issue
Block a user