mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2025-12-27 06:00:10 +00:00
The libblocksruntime has been split out from libdispatch to allow packages to depend only on libblocksruntime and not the whole libdispatch. But for this to work we need TERMUX_SUBPKG_DEPEND_ON_PARENT=no Otherwise there is a dependency cycle between libdispatch and libblocksruntime, so they are always installed together
4 lines
154 B
Bash
4 lines
154 B
Bash
TERMUX_SUBPKG_INCLUDE="include/Block.h lib/libBlocksRuntime.so"
|
|
TERMUX_SUBPKG_DEPEND_ON_PARENT=no
|
|
TERMUX_SUBPKG_DESCRIPTION="LLVM Blocks runtime library"
|