File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,7 @@ def build_triple(self):
355
355
try :
356
356
cputype = subprocess .check_output (['isainfo' ,
357
357
'-k' ]).strip ().decode (default_encoding )
358
- except (subprocess .CalledProcessError , WindowsError ):
358
+ except (subprocess .CalledProcessError , OSError ):
359
359
err = "isainfo not found"
360
360
if self .verbose :
361
361
raise Exception (err )
Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ fn main() {
46
46
} else if target. contains ( "dragonfly" ) || target. contains ( "bitrig" ) ||
47
47
target. contains ( "netbsd" ) || target. contains ( "openbsd" ) {
48
48
println ! ( "cargo:rustc-link-lib=pthread" ) ;
49
- } else if target. contains ( "solaris" ) {
50
- println ! ( "cargo:rustc-link-lib=gcc_s" ) ;
51
49
} else if target. contains ( "apple-darwin" ) {
52
50
println ! ( "cargo:rustc-link-lib=System" ) ;
53
51
} else if target. contains ( "apple-ios" ) {
You can’t perform that action at this time.
0 commit comments