Prevent linking with libclang

This commit is contained in:
2026-01-06 17:31:05 +02:00
parent 76a1c724be
commit bd69e6cccc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: libfyaml
description: Fully feature complete YAML parser and emitter
version: 0.9.2
revision: 1
revision: 2
url: https://github.com/pantoniou/libfyaml
license: MIT
architecture: any
+1 -1
View File
@@ -12,7 +12,7 @@ prepare() {
# The build function is executed in the source directory
# This function is used to compile the source code
build() {
./configure --prefix=/usr
./configure --prefix=/usr --without-libclang --disable-static
make
}