Skip to content

Commit

Permalink
Merge branch 'main' into memiavl-restore
Browse files Browse the repository at this point in the history
  • Loading branch information
mmsqe committed Aug 10, 2023
2 parents f493cb1 + ee517d8 commit 78366c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ buildGoApplication rec {
else "-lrocksdb -pthread -lstdc++ -ldl";

postFixup = lib.optionalString stdenv.isDarwin ''
${stdenv.cc.targetPrefix}install_name_tool -change "@rpath/librocksdb.7.dylib" "${rocksdb}/lib/librocksdb.dylib" $out/bin/cronosd
${stdenv.cc.targetPrefix}install_name_tool -change "@rpath/librocksdb.8.dylib" "${rocksdb}/lib/librocksdb.dylib" $out/bin/cronosd
'';

doCheck = false;
Expand Down

0 comments on commit 78366c6

Please sign in to comment.