Skip to content

Commit

Permalink
test change patch
Browse files Browse the repository at this point in the history
  • Loading branch information
GehaFearless committed Aug 3, 2022
1 parent 6d67729 commit 1f1acd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thirdparty/fix_jemalloc_for_m1_on_macos.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
fi

fi
+if test "x${je_cv_lg_vaddr}" = "x0" ; then je_cv_lg_vaddr=48 ;fi # For podman/docker/qemu on macos dev build.
+if test "x${je_cv_lg_vaddr}" = "x0" ; then je_cv_lg_vaddr=48 ;fi # For podman/docker/qemu on macos dev build
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $je_cv_lg_vaddr" >&5
$as_echo "$je_cv_lg_vaddr" >&6; }
if test "x${je_cv_lg_vaddr}" != "x" ; then

0 comments on commit 1f1acd8

Please sign in to comment.