Test target feature computation
This commit is contained in:
parent
358e41cee4
commit
3fc5d2746e
@ -5,6 +5,7 @@ all: default
|
||||
$(RUSTC) --target x86_64-pc-windows-gnu --print cfg | grep x86_64
|
||||
$(RUSTC) --target i686-pc-windows-msvc --print cfg | grep msvc
|
||||
$(RUSTC) --target i686-apple-darwin --print cfg | grep macos
|
||||
$(RUSTC) --target i686-unknown-linux-gnu --print cfg | grep sse2
|
||||
|
||||
ifdef IS_WINDOWS
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user