Skip to content

fixed OSX problem of parameterised CC flag

Sven-Bodo Scholz requested to merge sbs/sac2c:develop into develop

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 :-(

Merge request reports