summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/lcups.mak')
-rw-r--r--base/lcups.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/lcups.mak b/base/lcups.mak
index 5189fe71..001b538c 100644
--- a/base/lcups.mak
+++ b/base/lcups.mak
@@ -30,7 +30,7 @@ LCUPSO_=$(O_)$(LIBCUPSOBJ)
# NB: we can't use the normal $(CC_) here because msvccmd.mak
# adds /Za which conflicts with the cups source.
-LCUPS_CC=$(CUPS_CC) $(I_)$(LIBCUPSSRC) $(I_)$(LIBCUPSGEN)$(D)cups $(I_)$(LCUPSSRCDIR)$(D)libs
+LCUPS_CC=$(CUPS_CC) $(CUPSCFLAGS) $(I_)$(LIBCUPSSRC) $(I_)$(LIBCUPSGEN)$(D)cups $(I_)$(LCUPSSRCDIR)$(D)libs
# Define the name of this makefile.
LCUPS_MAK=$(GLSRC)lcups.mak $(TOP_MAKEFILES)