mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 02:06:46 +01:00
12 lines
253 B
Diff
12 lines
253 B
Diff
--- a/build/Makefile
|
|
+++ b/build/Makefile
|
|
@@ -11,7 +11,7 @@ LEX = flex
|
|
LFLAGS = -8
|
|
YACC = bison
|
|
YFLAGS = -d
|
|
-CC = gcc
|
|
+CC ?= gcc
|
|
IFLAGS = -I$(COMMON_DIR) -I$(MAIN_DIR) -I$(BUILD_DIR)
|
|
ifneq ($(strip $(LOCALES)),)
|
|
MOFLAGS = -DMO_DIR=\"$(MO_DIR)\"
|