Merge pull request #1671 from colrdavidson/add_nocrt

Make no crt work on Linux
This commit is contained in:
gingerBill
2022-03-30 12:58:12 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -30,4 +30,4 @@ when ODIN_BUILD_MODE == .Dynamic {
#force_no_inline _cleanup_runtime()
return 0
}
}
}