Test target feature computation
This commit is contained in:
parent
358e41cee4
commit
3fc5d2746e
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue