mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
fix(v)
This commit is contained in:
parent
a166c4cfac
commit
6ab5fc2f4d
|
@ -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/
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue