mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
dev-zig/zls: fix for 9999
Signed-off-by: Eric Joldasov <bratishkaerik@getgoogleoff.me>
This commit is contained in:
@@ -20,6 +20,13 @@ RDEPEND="${DEPEND}"
|
||||
# For now, Zig Build System doesn't support CFLAGS/LDFLAGS/etc.
|
||||
QA_FLAGS_IGNORED="usr/bin/zls"
|
||||
|
||||
src_unpack() {
|
||||
git-r3_src_unpack
|
||||
cd "${S}" || die
|
||||
# "zig build" doesn't have "fetch" subcommand yet
|
||||
zig build --help || die "Fetching Zig modules failed"
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
zig build -Doptimize=ReleaseSafe -Ddata_version=master --verbose || die
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user