From e0b61734c1237b670c4d7e14c5ad476c09046054 Mon Sep 17 00:00:00 2001 From: Martin Beaudoin Date: Sun, 17 May 2015 23:49:00 -0400 Subject: [PATCH] darwinIntel64Gcc: adjust cpp invocation from wmake --- wmake/rules/darwinIntel64Gcc/general | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wmake/rules/darwinIntel64Gcc/general b/wmake/rules/darwinIntel64Gcc/general index a69a25f37..031aad98d 100644 --- a/wmake/rules/darwinIntel64Gcc/general +++ b/wmake/rules/darwinIntel64Gcc/general @@ -1,4 +1,4 @@ -CPP = cpp $(GFLAGS) +CPP = cpp --traditional-cpp $(GFLAGS) LD = ld PROJECT_LIBS = -l$(WM_PROJECT)