Skip to content

Commit 71e4d23

Browse files
committed
build: bootstrap cmake without QT
1 parent e1e7a3f commit 71e4d23

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)