jzimmerman / langcc

langcc: A Next-Generation Compiler Compiler
https://langcc.io
Apache License 2.0
1.73k stars 58 forks source link

Replaced __MACOS__ with __APPLE__ (which is built in) #30

Closed leoadberg closed 2 years ago

leoadberg commented 2 years ago

Using a custom env var to signal compiling on macOS makes it slightly harder to incorporate into other build systems, so this uses the built in equivalent instead.