Skip to content

Commit

Permalink
darwin.file_cmds: add libmd for install (#354897)
Browse files Browse the repository at this point in the history
  • Loading branch information
emilazy authored Nov 10, 2024
2 parents 5af8a32 + c2a753e commit 012cd9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ core_foundation = dependency('appleframeworks', modules : 'CoreFoundation')

bzip2 = dependency('bzip2')
xz = dependency('liblzma')
libmd = dependency('libmd')
libxo = dependency('libxo')
zlib = dependency('zlib')

Expand Down Expand Up @@ -173,7 +174,7 @@ install_symlink(

executable(
'install-bin', # Meson reserves the name “install”, so use a different name and rename in install phase.
dependencies : [ copyfile ],
dependencies : [ copyfile, libmd ],
install : true,
sources: [
'install/xinstall.c',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
bzip2,
copyfile,
less,
libmd,
libutil,
libxo,
mkAppleDerivation,
Expand Down Expand Up @@ -104,6 +105,7 @@ mkAppleDerivation {
buildInputs = [
bzip2
copyfile
libmd
libutil
libxo
removefile
Expand Down

0 comments on commit 012cd9c

Please sign in to comment.