mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-04 11:42:28 +00:00
Fix bug with sendfile() on XNU
This commit is contained in:
parent
790c661317
commit
827f25f054
3 changed files with 26 additions and 12 deletions
|
@ -637,7 +637,7 @@
|
|||
(let ((default-directory root))
|
||||
(save-buffer)
|
||||
(cond ((memq major-mode '(c-mode c++-mode asm-mode fortran-mode))
|
||||
(let* ((mode (cosmo--make-mode arg ""))
|
||||
(let* ((mode (cosmo--make-mode arg "fastbuild"))
|
||||
(compile-command (cosmo--compile-command this root 'test mode "" "" ".ok")))
|
||||
(compile compile-command)))
|
||||
('t
|
||||
|
@ -653,7 +653,7 @@
|
|||
(let ((default-directory root))
|
||||
(save-buffer)
|
||||
(cond ((memq major-mode '(c-mode c++-mode asm-mode fortran-mode))
|
||||
(let* ((mode (cosmo--make-mode arg ""))
|
||||
(let* ((mode (cosmo--make-mode arg "fastbuild"))
|
||||
(compile-command (cosmo--compile-command this root 'run-win10 mode "" "" "")))
|
||||
(compile compile-command)))
|
||||
('t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue