summaryrefslogtreecommitdiff
path: root/deps/gyp/test/mac/cflags/mfile.m
blob: 0af9d0af5da474f6b11587dc1601377fa574acca (plain)
1
2
3
4
5
6
7
#ifndef CFLAG
#error CFLAG should be set
#endif

#ifdef CCFLAG
#error CCFLAG should not be set
#endif