mirror of
https://github.com/Relintai/osxcross.git
synced 2025-02-03 22:45:56 +01:00
wrapper: Parse '-mmacos-version-min='
This commit is contained in:
parent
95c5b85a7b
commit
87142891b7
@ -252,6 +252,7 @@ constexpr struct Opt {
|
||||
valseparator(valseparator),
|
||||
valseparatorlen(valseparator ? constexprStrLen(valseparator) : 0) {}
|
||||
} opts[] = {
|
||||
{"-mmacos-version-min", versionmin, true, false, "="},
|
||||
{"-mmacosx-version-min", versionmin, true, false, "="},
|
||||
{"-stdlib", stdlib, true, false, "="},
|
||||
{"-arch", arch, true},
|
||||
|
Loading…
Reference in New Issue
Block a user