We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c162a2c commit 9da1f97Copy full SHA for 9da1f97
Package.swift
@@ -246,7 +246,7 @@ func checkQtInstalled() -> Bool {
246
do {
247
try process.run()
248
process.waitUntilExit()
249
- return true
+ return process.terminationStatus == 0
250
} catch {
251
return false
252
}
@@ -265,7 +265,7 @@ func checkSDL2Installed() -> Bool {
265
266
267
268
269
270
271
0 commit comments