BuildFeatures: Enable zstd on x86_gcc2.
Now that the kernel is built with GCC8, this does not cause problems.
This commit is contained in:
@@ -740,7 +740,7 @@ if [ IsPackageAvailable expat_devel ] {
|
|||||||
|
|
||||||
|
|
||||||
# zstd
|
# zstd
|
||||||
if [ IsPackageAvailable zstd_devel ] && $(TARGET_PACKAGING_ARCH) != x86_gcc2 {
|
if [ IsPackageAvailable zstd_devel ] {
|
||||||
ExtractBuildFeatureArchives zstd :
|
ExtractBuildFeatureArchives zstd :
|
||||||
file: base zstd
|
file: base zstd
|
||||||
runtime: lib
|
runtime: lib
|
||||||
|
|||||||
Reference in New Issue
Block a user