mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 10:31:21 +08:00
fix :zstd 空格问题导致无法编译问题
修复zstd 空格问题导致无法编译问题
This commit is contained in:
parent
3548ae1e58
commit
066c284c22
@ -64,10 +64,10 @@ endif
|
|||||||
MESON_ARGS += \
|
MESON_ARGS += \
|
||||||
-Dlegacy_level=7 \
|
-Dlegacy_level=7 \
|
||||||
-Ddebug_level=0 \
|
-Ddebug_level=0 \
|
||||||
-Dzlib=disabled \
|
-Dzlib=disabled \
|
||||||
-Dlzma=disabled \
|
-Dlzma=disabled \
|
||||||
-Dlz4=disabled \
|
-Dlz4=disabled \
|
||||||
-Db_lto=true
|
-Db_lto=true
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) $(1)/usr/include
|
$(INSTALL_DIR) $(1)/usr/include
|
||||||
|
Loading…
Reference in New Issue
Block a user