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