mirror of
https://github.com/coolsnowwolf/packages.git
synced 2025-05-01 16:30:28 +08:00
fix :zstd 空格问题导致无法编译问题
修复zstd 空格问题导致无法编译问题
This commit is contained in:
parent
3548ae1e58
commit
066c284c22
@ -65,9 +65,9 @@ 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