diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-12-18 15:40:37 +0100 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2020-12-18 15:40:37 +0100 |
commit | d691b46e52d173cf945130df01bd35b5c4c0f539 (patch) | |
tree | 10fb8f57c082dca63ccd006b3176399b1b2b871b /configure.ac | |
parent | 4cabfc30bf2db873930cef4f7f1b0243ae2fde28 (diff) |
cross-compilation targets really do need all AC_CONFIG_FILES
Build doesn't fail after just a make clean, but do fail with a
completely fresh checkout
regression from https://gerrit.libreoffice.org/c/core/+/107655
Change-Id: Id05f747548729449fbda6306fc27e35377b80569
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1458c394c9fc..89c44b74e4f9 100644 --- a/configure.ac +++ b/configure.ac @@ -5156,7 +5156,9 @@ if test "$cross_compiling" = "yes"; then hardened_runtime.xcent.in \ instsetoo_native/util/openoffice.lst.in \ config_host/*.in \ - sysui/desktop/macosx/Info.plist.in) \ + sysui/desktop/macosx/Info.plist.in \ + .vscode/vs-code-template.code-workspace.in \ + ) \ | (cd CONF-FOR-BUILD && tar xf -) cp configure CONF-FOR-BUILD test -d config_build && cp -p config_build/*.h CONF-FOR-BUILD/config_host 2>/dev/null |