Commit e87aef83 authored by Nathaniel Wesley Filardo's avatar Nathaniel Wesley Filardo Committed by Terry Ellison
Browse files

Wrap CC invocations in uzlib (#2642)

parent 09533fdf
......@@ -39,7 +39,7 @@ CFLAGS = $(CCFLAGS) $(DEFINES) $(EXTRA_CCFLAGS) $(STD_CFLAGS) $(INCLUDES)
DFLAGS = $(CCFLAGS) $(DDEFINES) $(EXTRA_CCFLAGS) $(STD_CFLAGS) $(INCLUDES)
ROOT = ../../..
CC := gcc
CC := $(WRAPCC) gcc
ECHO := echo
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment