mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Move unistd.h detection to the correct wscript
This fixes macOS builds (getpid())
This commit is contained in:
parent
6ce8358709
commit
d0109bed16
3 changed files with 2 additions and 2 deletions
|
|
@ -341,7 +341,6 @@ def configure(conf):
|
|||
|
||||
conf.check(header_name='sys/vfs.h', define_name='HAVE_SYS_VFS_H',mandatory=False)
|
||||
conf.check(header_name='sys/statvfs.h', define_name='HAVE_SYS_STATVFS_H',mandatory=False)
|
||||
conf.check(header_name='unistd.h', define_name='HAVE_UNISTD_H',mandatory=False)
|
||||
|
||||
have_sys_ioprio = conf.check_cc(
|
||||
msg="Checking for 'ioprio_set' syscall support",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue