dragon icon indicating copy to clipboard operation
dragon copied to clipboard

[Linux] miphoneos-version-min and target version are stuck at 10.0

Open L1ghtmann opened this issue 3 years ago • 1 comments

No matter what the target version is set to in the makefile, Dragon seems to always build for 10.0+.

-miphoneos-version-min=10.0 
-target arm64-apple-ios10.0

Occurs with a standard Unix makefile ~~and with a DragonMake file with targetvers: set~~.

L1ghtmann avatar Sep 26 '21 03:09 L1ghtmann

Also, somewhat related, I don't think you need the miphoneos-version-min flag with the ios<version> triple. otool shows it being set to whatever version the target flag specifies in the absence of the miphoneos-version-min flag.

L1ghtmann avatar Sep 26 '21 03:09 L1ghtmann