Kaydet (Commit) 0b202dbd authored tarafından Thorsten Behrens's avatar Thorsten Behrens

gpgme: fix build

Change-Id: I89170e90ea7fdd5b159a952fb0b2b1b4d0ae9204
üst 2a7fa39b
......@@ -3535,7 +3535,7 @@ $(eval $(call gb_Helper_register_libraries_for_install,PLAINLIBS_OOO,ooo,\
))
$(eval $(call gb_Helper_register_executables_for_install,OOO,ooo, \
gpgmepp-w32spawn \
gpgme-w32spawn \
))
endif
......
......@@ -23,6 +23,10 @@ else ifeq ($(OS),MACOSX)
$(eval $(call gb_ExternalPackage_add_file,gpgmepp,$(LIBO_LIB_FOLDER)/libgpgmepp.6.dylib,lang/cpp/src/.libs/libgpgmepp.6.dylib))
$(eval $(call gb_ExternalPackage_add_file,gpgmepp,$(LIBO_LIB_FOLDER)/libgpgme.11.dylib,src/.libs/libgpgme.11.dylib))
else ifeq ($(OS),WNT)
$(eval $(call gb_ExternalPackage_add_file,gpgmepp,$(LIBO_LIB_FOLDER)/gpgme-w32spawn.exe,src/gpgme-w32spawn.exe))
endif
endif # $(DISABLE_DYNLOADING)
......
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