Skip to content

Commit

Permalink
build: Pass follow_symlinks=true for abi-bits headers install
Browse files Browse the repository at this point in the history
  • Loading branch information
mintsuki committed Jan 31, 2024
1 parent b719dde commit b2efee7
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 8 deletions.
3 changes: 2 additions & 1 deletion sysdeps/aero/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ if not no_headers
'include/abi-bits/ioctls.h',
'include/abi-bits/xattr.h',
'include/abi-bits/msg.h',
subdir: 'abi-bits'
subdir: 'abi-bits',
follow_symlinks: true
)
install_headers(
'include/aero/syscall.h',
Expand Down
3 changes: 2 additions & 1 deletion sysdeps/dripos/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ if not no_headers
'include/abi-bits/ioctls.h',
'include/abi-bits/xattr.h',
'include/abi-bits/msg.h',
subdir: 'abi-bits'
subdir: 'abi-bits',
follow_symlinks: true
)
endif

Expand Down
3 changes: 2 additions & 1 deletion sysdeps/ironclad/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ if not no_headers
'include/abi-bits/ioctls.h',
'include/abi-bits/xattr.h',
'include/abi-bits/msg.h',
subdir: 'abi-bits'
subdir: 'abi-bits',
follow_symlinks: true
)
install_headers(
'include/sys/sched2.h',
Expand Down
3 changes: 2 additions & 1 deletion sysdeps/keyronex/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ if not no_headers
'include/abi-bits/statvfs.h',
'include/abi-bits/ioctls.h',
'include/abi-bits/xattr.h',
subdir: 'abi-bits'
subdir: 'abi-bits',
follow_symlinks: true
)

install_headers(
Expand Down
3 changes: 2 additions & 1 deletion sysdeps/lemon/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ if not no_headers
'include/abi-bits/ioctls.h',
'include/abi-bits/xattr.h',
'include/abi-bits/msg.h',
subdir: 'abi-bits'
subdir: 'abi-bits',
follow_symlinks: true
)
install_headers(
'include/lemon/syscall.h',
Expand Down
3 changes: 2 additions & 1 deletion sysdeps/linux/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ if not no_headers
'include/abi-bits/ioctls.h',
'include/abi-bits/xattr.h',
'include/abi-bits/msg.h',
subdir: 'abi-bits'
subdir: 'abi-bits',
follow_symlinks: true
)

install_headers('include/syscall.h')
Expand Down
3 changes: 2 additions & 1 deletion sysdeps/lyre/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@ if not no_headers
'include/abi-bits/ioctls.h',
'include/abi-bits/xattr.h',
'include/abi-bits/msg.h',
subdir: 'abi-bits'
subdir: 'abi-bits',
follow_symlinks: true
)

install_headers(
Expand Down
3 changes: 2 additions & 1 deletion sysdeps/managarm/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ if not no_headers
'include/abi-bits/ioctls.h',
'include/abi-bits/xattr.h',
'include/abi-bits/msg.h',
subdir: 'abi-bits'
subdir: 'abi-bits',
follow_symlinks: true
)
endif

Expand Down

0 comments on commit b2efee7

Please sign in to comment.