Kaydet (Commit) 4dd88c9f authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

fix build blocker in desktop on MacOSX

üst 32967e26
...@@ -46,16 +46,17 @@ endif ...@@ -46,16 +46,17 @@ endif
ifeq ($(OS),MACOSX) ifeq ($(OS),MACOSX)
$(eval $(call gb_Executable_set_ldflags,officeloader,\ # I'm not suer wht was the intent, but that break the link
$(filter -bind_at_load,$$(LDFLAGS)) \ #$(eval $(call gb_Executable_set_ldflags,officeloader,\
)) # $(filter -bind_at_load,$$(LDFLAGS)) \
#))
$(eval $(call gb_Executable_add_noexception_objects,officeloader,\ $(eval $(call gb_Executable_add_noexception_objects,officeloader,\
desktop/unx/source/officeloader/officeloader \ desktop/unx/source/officeloader/officeloader \
)) ))
$(eval $(call gb_Executable_add_cobjects,officeloader,\ $(eval $(call gb_Executable_add_cobjects,officeloader,\
desktop/source/app/copyright_ascii_ooo.c \ desktop/source/app/copyright_ascii_ooo \
)) ))
endif endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment