diff options
Diffstat (limited to 'cppunit/makefile.mk')
-rw-r--r-- | cppunit/makefile.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cppunit/makefile.mk b/cppunit/makefile.mk index 03927e6d5b4c..95367596d82c 100644 --- a/cppunit/makefile.mk +++ b/cppunit/makefile.mk @@ -38,6 +38,10 @@ PATCH_FILES = windows.patch unix.patch PATCH_FILES += android.patch .ENDIF +.IF "$(OS)" == "IOS" +PATCH_FILES += ios.patch +.ENDIF + .IF "$(OS)" == "WNT" .IF "$(COM)" == "MSC" |