Patch sqlite pkgconf file

This commit is contained in:
crazywhalecc 2024-07-08 00:07:30 +08:00 committed by Jerry Ma
parent c8355d8381
commit 893fc97dba

View File

@ -13,5 +13,6 @@ trait sqlite
->exec('make clean')
->exec("make -j{$this->builder->concurrency}")
->exec('make install DESTDIR=' . BUILD_ROOT_PATH);
$this->patchPkgconfPrefix(['sqlite3.pc']);
}
}