BuildFeatures: Enable zstd on x86_gcc2.

Now that the kernel is built with GCC8, this does not cause problems.
This commit is contained in:
Augustin Cavalier
2021-10-19 16:57:10 -04:00
parent 96b062f1ce
commit dedd2be949
+1 -1
View File
@@ -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