fix :zstd 空格问题导致无法编译问题

修复zstd 空格问题导致无法编译问题
This commit is contained in:
trli 2023-10-06 07:54:03 +08:00 committed by GitHub
parent 3548ae1e58
commit 066c284c22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,10 +64,10 @@ endif
MESON_ARGS += \
-Dlegacy_level=7 \
-Ddebug_level=0 \
-Dzlib=disabled \
-Dlzma=disabled \
-Dlz4=disabled \
-Db_lto=true
-Dzlib=disabled \
-Dlzma=disabled \
-Dlz4=disabled \
-Db_lto=true
define Build/InstallDev
$(INSTALL_DIR) $(1)/usr/include