summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-06-12 19:23:29 +0300
committerTor Lillqvist <tml@iki.fi>2011-06-12 19:23:29 +0300
commit5c247d22c50cb912f681e9a985e4be1494385251 (patch)
tree93ef0a5341a8956b1042d49f53d05ab82a8cf654 /Makefile.in
parentDo DYLD_LIBRARY_PATH, cross-compilation to iOS is always on MacOSX (diff)
downloadcore-5c247d22c50cb912f681e9a985e4be1494385251.tar.gz
core-5c247d22c50cb912f681e9a985e4be1494385251.zip
Need setup_native for ulfconv, at least for now
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1abdfd83dfe5..21a7ad789fab 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -73,7 +73,8 @@ cross-build-toolset:
basegfx \
GBUILD:comphelper \
GBUILD:tools \
- rsc; do \
+ rsc \
+ setup_native; do \
case $$D in \
GBUILD:*) \
(cd $${D#*:} && make -r -j@BUILD_MAX_JOBS@) \