forked from mirrors/nixpkgs
xcbuild: provide migcom in toolchain
This is needed to facilitate build of qt5.qtwebengine on darwin
This commit is contained in:
parent
61e57a827b
commit
7a6d18cac5
|
@ -67,5 +67,6 @@ runCommand "Toolchains" {} (''
|
|||
done
|
||||
|
||||
ln -s ${buildPackages.darwin.bootstrap_cmds}/bin/mig $toolchain/bin
|
||||
ln -s ${buildPackages.darwin.bootstrap_cmds}/libexec/migcom $toolchain/libexec
|
||||
ln -s ${mkdep-darwin-src} $toolchain/bin/mkdep
|
||||
'')
|
||||
|
|
Loading…
Reference in a new issue