forked from amazingfate/loongoffice
Don't build these command-line tools for non-desktop OSes
This commit is contained in:
@ -26,6 +26,8 @@
|
||||
|
||||
$(eval $(call gb_Module_Module,codemaker))
|
||||
|
||||
ifneq (,$(filter DESKTOP,$(BUILD_TYPE)))
|
||||
|
||||
$(eval $(call gb_Module_add_targets,codemaker,\
|
||||
Package_inc \
|
||||
StaticLibrary_codemaker \
|
||||
@ -35,4 +37,6 @@ $(eval $(call gb_Module_add_targets,codemaker,\
|
||||
Executable_cppumaker \
|
||||
))
|
||||
|
||||
endif
|
||||
|
||||
# vim:set shiftwidth=4 softtabstop=4 expandtab:
|
||||
|
||||
Reference in New Issue
Block a user