diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-09-11 07:29:00 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-09-11 07:29:20 +0200 |
commit | b5e77357f8d1a2ee2c7831a2a0753f8b10a2c5b7 (patch) | |
tree | 540d6d49080d6be3d8c383fa94581de02762a122 /solenv | |
parent | 6557d9217e36f08e46af1de368cda3586a674192 (diff) |
Towards a working instdir for Mac OS X: some LIBO_URE_BIN_FOLDER fixes
Change-Id: I0583136acd5d92101ad1a23392735ed76581c0b8
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/gbuild/Executable.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/Executable.mk b/solenv/gbuild/Executable.mk index 645d05e162cd..2b8188adbaa0 100644 --- a/solenv/gbuild/Executable.mk +++ b/solenv/gbuild/Executable.mk @@ -25,7 +25,7 @@ # NOTE: SDKBIN executables are already packaged in module odk gb_Executable_LAYER_DIRS := \ OOO:$(gb_PROGRAMDIRNAME) \ - UREBIN:ure/bin + UREBIN:$(LIBO_URE_BIN_FOLDER) \ $(dir $(call gb_Executable_get_runtime_target,%)).dir : $(if $(wildcard $(dir $@)),,mkdir -p $(dir $@)) |