OSX wants to add something like -isysroot which needs to be handed through. However, -Xc and -Xl do not support flags with parameters. The solution here is to transform this into -Xc -isysroot -Xc . This is not ideal but all other attempts to pass an argument failed :-(