aegisub: remove outdated ffi-experiments target

This commit is contained in:
odrling 2021-12-24 03:07:56 +01:00
parent 0d55a7c8f7
commit 803ade5dc5
No known key found for this signature in database
GPG Key ID: A0145F975F9F8B75
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ src_configure() {
}
src_compile() {
use dependency_control && BUILD_DIR="${WORKDIR}/ffi-experiments-build" meson_src_compile all lua
use dependency_control && BUILD_DIR="${WORKDIR}/ffi-experiments-build" meson_src_compile
meson_src_compile
}