Fix ifdef check to be more correct
This commit is contained in:
parent
9cafb1670a
commit
4ec0525b3a
|
@ -78,9 +78,9 @@ File::Find::find({wanted => \&wanted}, '.');
|
|||
|
||||
print C "";
|
||||
print C <<EOF;
|
||||
#ifndef __APPLE__
|
||||
#ifndef SIMULATOR
|
||||
__attribute__ ((used, section("table")))
|
||||
#endif /* __APPLE__ */
|
||||
#endif /* SIMULATOR */
|
||||
const void * TheTable[]={
|
||||
EOF
|
||||
|
||||
|
|
Loading…
Reference in New Issue