libobjc2: Set `TERMUX_PKG_CONFLICTS`

This commit is contained in:
Tee KOBAYASHI 2022-01-09 12:27:21 +09:00 committed by Leonid Pliushch
parent 02d88c361d
commit 856597397f
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DTESTS=OFF
"
# https://github.com/gnustep/libobjc2/issues/199
TERMUX_PKG_CONFLICTS="libblocksruntime"
termux_step_post_get_source() {
mv robin-map-${_ROBIN_MAP_COMMIT}/* third_party/robin-map/
}