diff options
Diffstat (limited to 'third_party/python/gyp/test/mac/cflags/cxxfile.cxx')
-rw-r--r-- | third_party/python/gyp/test/mac/cflags/cxxfile.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/python/gyp/test/mac/cflags/cxxfile.cxx b/third_party/python/gyp/test/mac/cflags/cxxfile.cxx new file mode 100644 index 0000000000..1a54d18eec --- /dev/null +++ b/third_party/python/gyp/test/mac/cflags/cxxfile.cxx @@ -0,0 +1,7 @@ +#ifdef CFLAG +#error CFLAG should not be set +#endif + +#ifndef CCFLAG +#error CCFLAG should be set +#endif |