Browse Source

libllvm: add note about debug build status

emacs-27
Henrik Grimler 6 years ago
parent
commit
424ce735ab
  1. 3
      packages/libllvm/build.sh

3
packages/libllvm/build.sh

@ -53,6 +53,9 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
TERMUX_PKG_FORCE_CMAKE=yes
TERMUX_PKG_KEEP_STATIC_LIBRARIES=true
TERMUX_PKG_HAS_DEBUG=no
# Debug build succeeds but make install with:
# cp: cannot stat '../src/projects/openmp/runtime/exports/common.min.50.ompt.optional/include/omp.h': No such file or directory
# common.min.50.ompt.optional should be common.deb.50.ompt.optional when doing debug build
termux_step_post_extract_package() {
mv cfe-${TERMUX_PKG_VERSION}.src tools/clang

Loading…
Cancel
Save