fix: nim ios version 18

This commit is contained in:
pablo 2025-12-22 14:49:56 +02:00
parent ed80d0eda7
commit 97cac0be7d
No known key found for this signature in database
GPG Key ID: 78F35FCC60FDC63A

View File

@ -255,7 +255,7 @@ proc buildMobileIOS(srcDir = ".", params = "") =
mkDir vendorObjDir
let clangBase = "clang -arch " & iosArch & " -isysroot " & sdkPath &
" -mios-version-min=14.0 -fembed-bitcode -fPIC -O2"
" -mios-version-min=18.0 -fembed-bitcode -fPIC -O2"
# Generate C sources from Nim (no linking)
exec "nim c" &