1
0
mirror of https://github.com/janet-lang/janet synced 2024-08-10 13:00:35 +00:00
janet/.github/cosmo/build

13 lines
314 B
Plaintext
Raw Normal View History

2024-04-21 03:09:10 +00:00
#!/bin/sh
2024-04-21 03:23:29 +00:00
set -eux
2024-04-21 03:09:10 +00:00
# copy janet recipe
2024-04-21 03:23:29 +00:00
mkdir -p /sc/superconfigure/janet
cp ./.github/cosmo/recipe.mk /sc/superconfigure/janet/BUILD.mk
2024-04-21 03:16:23 +00:00
echo 'include janet/BUILD.mk' >> /sc/superconfigure/custom.mk
2024-04-21 03:09:10 +00:00
2024-04-21 03:35:04 +00:00
# build janet with cosmopolitan libc
2024-04-21 03:09:10 +00:00
export SOURCE_DIR=$(realpath .)
cd /sc/superconfigure
make o/janet/built.fat