don't link sdk by default
This commit is contained in:
parent
5c187e73e1
commit
f023a8b982
|
@ -7,7 +7,6 @@ fn main() {
|
|||
let mut args = vec![
|
||||
"-e".to_string(), "_start".to_string(),
|
||||
"-lSystem".to_string(),
|
||||
"-L/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.4.sdk".to_string()
|
||||
];
|
||||
|
||||
let mut argv: Vec<_> = env::args().skip(1).collect();
|
||||
|
|
Loading…
Reference in a new issue