Skip to content

Commit f6dc58f

Browse files
committed
fix(build): explicitly set --with-winit
1 parent 2efd2b1 commit f6dc58f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build-emacs-for-macos

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,9 @@ class Build
390390

391391
if options[:webrender]
392392
configure_flags << '--with-webrender'
393+
if !options[:ns]
394+
configure_flags << '--with-winit'
395+
end
393396
end
394397

395398
if !options[:ns]

0 commit comments

Comments
 (0)