Fix x86stdcall test with emscripten
This commit is contained in:
parent
173037840e
commit
657f1cf0e0
@ -38,5 +38,6 @@ pub fn main() {
|
||||
target_os = "netbsd",
|
||||
target_os = "openbsd",
|
||||
target_os = "android",
|
||||
target_os = "solaris"))]
|
||||
target_os = "solaris",
|
||||
target_os = "emscripten"))]
|
||||
pub fn main() { }
|
||||
|
Loading…
x
Reference in New Issue
Block a user