File tree 2 files changed +8
-18
lines changed
2 files changed +8
-18
lines changed Original file line number Diff line number Diff line change @@ -704,15 +704,10 @@ AC_ARG_WITH(
704
704
[ Enable any patches required for compiliance with app stores.
705
705
Optional PATCH-FILE specifies the custom patch to apply.]
706
706
) ] ,[
707
- case "$withval" in
708
- yes)
707
+ case "$withval" in
708
+ yes)
709
709
case $ac_sys_system in
710
- Darwin)
711
- APP_STORE_COMPLIANCE_PATCH="Mac/Resources/app-store-compliance.patch"
712
- APP_STORE_COMPLIANCE_PATCH_TARGET="app-store-compliance"
713
- APP_STORE_COMPLIANCE_PATCH_FLAGS=
714
- ;;
715
- iOS)
710
+ Darwin|iOS)
716
711
# iOS is able to share the macOS patch
717
712
APP_STORE_COMPLIANCE_PATCH="Mac/Resources/app-store-compliance.patch"
718
713
APP_STORE_COMPLIANCE_PATCH_TARGET="app-store-compliance"
@@ -733,7 +728,7 @@ AC_ARG_WITH(
733
728
case $ac_sys_system in
734
729
iOS)
735
730
# Always apply the compliance patch on iOS; we can use the macOS patch
736
- APP_STORE_COMPLIANCE_PATCH="iOS /Resources/app-store-compliance.patch"
731
+ APP_STORE_COMPLIANCE_PATCH="Mac /Resources/app-store-compliance.patch"
737
732
APP_STORE_COMPLIANCE_PATCH_TARGET="app-store-compliance"
738
733
APP_STORE_COMPLIANCE_PATCH_FLAGS=
739
734
AC_MSG_RESULT ( [ "applying default app store compliance patch"] )
You can’t perform that action at this time.
0 commit comments