fix solaris ignore

This commit is contained in:
Pietro Albini 2023-03-16 14:18:07 +01:00
parent bf66ddbf24
commit 48bea636fa
No known key found for this signature in database
GPG Key ID: CD76B35F7734769E

View File

@ -2,7 +2,7 @@ include ../tools.mk
# ignore-freebsd
# ignore-openbsd
# ignore-sunos
# ignore-solaris
HOST := $(shell $(RUSTC) -vV | grep 'host:' | sed 's/host: //')
ifeq ($(findstring i686,$(HOST)),i686)