diff options
| author | Louis Burda <contact@sinitax.com> | 2025-06-19 15:29:33 +0200 |
|---|---|---|
| committer | Louis Burda <contact@sinitax.com> | 2025-06-19 15:29:33 +0200 |
| commit | d2f8bd94593bc92181a6e565da01b5581a6f1ab5 (patch) | |
| tree | 2fb8f811d90749af1129b70e81276fccb1cc0b20 /lib | |
| parent | c112462b627dc9c610924f44ae355cc702740f83 (diff) | |
| download | libstrvec-c-d2f8bd94593bc92181a6e565da01b5581a6f1ab5.tar.gz libstrvec-c-d2f8bd94593bc92181a6e565da01b5581a6f1ab5.zip | |
Fix build to use other CC and update liballoc
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/liballoc/build.rmk.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/liballoc/build.rmk.tmpl b/lib/liballoc/build.rmk.tmpl index 32a2bc8..410749d 100644 --- a/lib/liballoc/build.rmk.tmpl +++ b/lib/liballoc/build.rmk.tmpl @@ -43,7 +43,7 @@ command clean rm -rf build command cleanall - rmk clean + just clean command install install -m755 build/liballoc.a -t "#{DESTDIR}#{PREFIX}#{LIBDIR}" @@ -56,5 +56,5 @@ command uninstall rm -f "#{DESTDIR}#{PREFIX}#{INCLDIR}/allocator.h" command all - rmk build/liballoc.a build/liballoc.so build/test + just build/liballoc.a build/liballoc.so build/test |
