forked from amazingfate/loongoffice
Bypass building BASIC and scripting related modules for iOS
Any LO-based app distributed through the App Store can't have scripting or extendability anyway. Sure, this will break the build elsewhere because of missing headers. No big deal, I will take care of that eventually. It isn't as if there would anybody else building for iOS anyway, as far as I know. If there is, please make yourself heard.
This commit is contained in:
@ -28,6 +28,8 @@
|
||||
|
||||
$(eval $(call gb_Module_Module,basic))
|
||||
|
||||
ifneq (IOS,$(OS))
|
||||
|
||||
$(eval $(call gb_Module_add_targets,basic,\
|
||||
AllLangResTarget_sb \
|
||||
Library_sb \
|
||||
@ -38,4 +40,6 @@ $(eval $(call gb_Module_add_check_targets,basic,\
|
||||
CppunitTest_basic_scanner \
|
||||
))
|
||||
|
||||
endif
|
||||
|
||||
# vim: set noet sw=4 ts=4:
|
||||
|
||||
Reference in New Issue
Block a user