Skip to content

Commit 076930b

Browse files
authored
Merge pull request #28636 from compnerd/cute
build: bootstrap cmake without QT
2 parents bdea3c7 + 71e4d23 commit 076930b

File tree

1 file changed

+1
-1
lines changed
  • utils/swift_build_support/swift_build_support

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/cmake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ def build_cmake(self, source_root, build_root):
242242

243243
cwd = os.getcwd()
244244
os.chdir(cmake_build_dir)
245-
shell.call_without_sleeping([cmake_bootstrap], echo=True)
245+
shell.call_without_sleeping([cmake_bootstrap, '--no-qt-gui'], echo=True)
246246
shell.call_without_sleeping(['make', '-j%s' % self.args.build_jobs],
247247
echo=True)
248248
os.chdir(cwd)

0 commit comments

Comments
 (0)