diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-12 14:53:00 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-12 14:53:00 +0300 |
commit | 920595ecce35fe7e87c5900290107b5914900750 (patch) | |
tree | 41dbe1d9c6f1290aa696b3ec81247c60001e4e08 /Makefile.in | |
parent | e21e0440aec182236b9df9e52176dfaf8cf9d955 (diff) |
Add "rsc" to cross-build-toolset
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 83848edd228c..0d70a9f225fb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -69,7 +69,8 @@ cross-build-toolset: dictionaries \ o3tl \ basegfx \ - tools; do \ + tools \ + rsc; do \ (cd $$D && build.pl $(GBUILD_OPT) -P@BUILD_NCPUS@ -- -P@BUILD_MAX_JOBS@ && deliver.pl); \ done; \ for D in \ |