Skip to content
  • Timo Teräs's avatar
    abuild: unify dependency installation and removal code · 495dac7f
    Timo Teräs authored
    this fixes cross deps such as "CHOST=armhf abuild deps"
    to work properly.
    
    if makedepends is not defined the following default
    will be used (as that's the definition cross-build
    aware apkbuilds use):
      makedepends="$makedepends_build $makedepends_host"
    495dac7f