diff options
author | Andras Timar <atimar@suse.com> | 2013-05-02 12:00:52 -0700 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2013-05-02 12:01:28 -0700 |
commit | 376f85f04d84a4da5bdbac4e55b58f62a86c0911 (patch) | |
tree | 6e62947a36a7ec7ea8827b81fc91209fafe268ac /extensions | |
parent | 256f1a85379ff32921f161e01a9dea2ebc6ed707 (diff) |
build fix s/$(BUILD)/$(LIBO_VERSION_PATCH)/
Change-Id: I4573f77418b3631a2f324aac29e225698da53ba6
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/WinResTarget_npsoplugin.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/WinResTarget_npsoplugin.mk b/extensions/WinResTarget_npsoplugin.mk index 2064de5c8dc0..5aa68f5d1833 100644 --- a/extensions/WinResTarget_npsoplugin.mk +++ b/extensions/WinResTarget_npsoplugin.mk @@ -12,7 +12,7 @@ $(eval $(call gb_WinResTarget_WinResTarget,npsoplugin/npsoplugin)) $(eval $(call gb_WinResTarget_add_defs,npsoplugin/npsoplugin,\ - -DVERVARIANT=$(BUILD) \ + -DVERVARIANT=$(LIBO_VERSION_PATCH) \ -DRES_APP_VENDOR="$(OOO_VENDOR)" \ )) |