fribidi: fix x86 build

This commit is contained in:
Jerome Duval
2023-06-14 21:32:54 +02:00
parent c4fab2d118
commit 0b7afd3c74

View File

@@ -73,7 +73,9 @@ BUILD()
unset meson
meson setup . build --buildtype=debugoptimized \
--prefix=$prefix \
--bindir=$commandBinDir
--bindir=$commandBinDir \
--libdir=$libDir \
--includedir=$includeDir
meson compile -C build $jobArgs
}