]> git.saurik.com Git - apple/libplatform.git/blame - src/force_libplatform_to_build.c
libplatform-254.40.4.tar.gz
[apple/libplatform.git] / src / force_libplatform_to_build.c
CommitLineData
ada7c492
A
1// XCode will not build a library unless it contains at least one module.
2// Absent this requirement, libm.dylib would be composed entirely by linking
3// the component static libraries together, but to satisfy it, we must have
4// a C file.
5
6typedef int theCStandardDoesNotAllowAnEmptyModule;