summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-09-07 12:52:59 +0200
committerMichael Stahl <mstahl@redhat.com>2013-09-09 22:09:04 +0200
commit468f7a9e8d84055e1ceb6492d67dd922a0ced1aa (patch)
tree72306bab5512f4006ce0321359078e1f52708d86 /odk
parentf48fa3c390f89983c5eb78039c62e280369c3775 (diff)
restore gid_Dir_Sdkoo_Root which is apparently still needed on WNT
also odk: better use gb_Library_get_runtime_filename than manually Change-Id: Ibbded4e8279b5dcb452f0d90be755edee1d2b63f
Diffstat (limited to 'odk')
-rw-r--r--odk/Package_lib.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/Package_lib.mk b/odk/Package_lib.mk
index d1b5360c14b2..7d83992d7f57 100644
--- a/odk/Package_lib.mk
+++ b/odk/Package_lib.mk
@@ -32,7 +32,7 @@ $(call gb_Package_add_symbolic_link,odk_lib,$(gb_Package_SDKDIRNAME)/lib/$(1),..
endef
$(foreach lib,cppu cppuhelper purpenvhelper sal salhelper,\
-$(eval $(call odk_add_sybolic_link,$(notdir $(call gb_Library_get_target,$(lib))))))
+$(eval $(call odk_add_sybolic_link,$(call gb_Library_get_runtime_filename,$(lib)))))
endif
# vim: set noet sw=4 ts=4: