mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 05:40:45 +08:00
fix :zstd 空格问题导致无法编译问题
修复zstd 空格问题导致无法编译问题
This commit is contained in:
parent
3548ae1e58
commit
066c284c22
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user