This commit is contained in:
Jacob Heider 2023-04-15 20:45:24 -04:00
parent a166c4cfac
commit 6ab5fc2f4d
No known key found for this signature in database
GPG key ID: A98011B5713535BF

View file

@ -12,7 +12,7 @@ interprets:
build: build:
dependencies: dependencies:
tea.xyz/gx/cc: '*' tea.xyz/gx/cc: c99
tea.xyz/gx/make: '*' tea.xyz/gx/make: '*'
git-scm.org: '*' git-scm.org: '*'
script: | script: |
@ -21,9 +21,9 @@ build:
git apply props/int-types.diff git apply props/int-types.diff
fi fi
make cc -std=gnu11 -w -o v vc/v.c -lm
mkdir {{prefix}}/{libexec,bin} mkdir -p "{{prefix}}/"{libexec,bin}
cp -R cmd thirdparty v v.mod vlib {{prefix}}/libexec/ cp -R cmd thirdparty v v.mod vlib {{prefix}}/libexec/