Commit ecb9985
committed
chore: fix nil safety error in nim compilation
Otherwise iOS build fails like this :
```
[2025-12-13T07:28:13.573Z]
/Users/jenkins/workspace/prs_ios_aarch64_package_PR-19505/vendor/nimbus-build-system/vendor/Nim/lib/system.nim(938,
20) Error: cannot prove 'obj' is not nil
[2025-12-13T07:28:13.573Z] make[1]: ***
[/Users/jenkins/workspace/prs_ios_aarch64_package_PR-19505/mobile/lib/ios/qt6/libnim_status_client.a]
Error 1
[2025-12-13T07:28:13.573Z] make: *** [mobile-build] Error 2
script returned exit code 2
```1 parent c3b6e85 commit ecb9985
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
0 commit comments