ladybird: fix runtime error on darwin
This commit is contained in:
parent
e5e1e1c705
commit
fad703cb4a
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@ stdenv.mkDerivation {
|
|||
# https://github.com/SerenityOS/serenity/issues/17062
|
||||
substituteInPlace main.cpp \
|
||||
--replace "./SQLServer/SQLServer" "$out/bin/SQLServer"
|
||||
# https://github.com/SerenityOS/serenity/issues/10055
|
||||
substituteInPlace ../Meta/Lagom/CMakeLists.txt \
|
||||
--replace "@rpath" "$out/lib"
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue