Commit 4e4c5898 authored by Emily's avatar Emily
Browse files

darwin.file_cmds: add libmd for install (#354897)

parents 173e2625 425d5fbd
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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')

@@ -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',
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  bzip2,
  copyfile,
  less,
  libmd,
  libutil,
  libxo,
  mkAppleDerivation,
@@ -104,6 +105,7 @@ mkAppleDerivation {
  buildInputs = [
    bzip2
    copyfile
    libmd
    libutil
    libxo
    removefile