diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-13 03:27:30 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-01-13 03:27:30 +0000 |
| commit | 643ed743976674b7466ed95302d22d2f1e18a55c (patch) | |
| tree | eb85ffa19186876d4edb617b473c633a99563dbf /repos/extra/mimalloc/abuild | |
| parent | 8feee9ade9f3886c4d1f97113404840ca2002497 (diff) | |
| parent | 7c335cd27e0a2c8abb954a19fc3e0aa3fab07ac8 (diff) | |
| download | alicelinux-643ed743976674b7466ed95302d22d2f1e18a55c.tar.gz alicelinux-643ed743976674b7466ed95302d22d2f1e18a55c.zip | |
Merge pull request 'fix: mimalloc recipe' (#17) from xplshn/alicelinux:main into main
Reviewed-on: https://codeberg.org/emmett1/alicelinux/pulls/17
Diffstat (limited to 'repos/extra/mimalloc/abuild')
| -rwxr-xr-x | repos/extra/mimalloc/abuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/repos/extra/mimalloc/abuild b/repos/extra/mimalloc/abuild index 482a3b94..923a2228 100755 --- a/repos/extra/mimalloc/abuild +++ b/repos/extra/mimalloc/abuild @@ -1,4 +1,6 @@ name=mimalloc -version=3.0.1 +version=2.1.9 release=1 source="https://github.com/microsoft/${name}/archive/v${version}/${name}-v${version}.tar.gz" +keep_static=1 +build_opt="-DMI_OVERRIDE=true -DMI_LIBC_MUSL=true -DMI_BUILD_STATIC=true -DMI_BUILD_OBJECT=true -DMI_BUILD_SHARED=true" |