mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(crystal)[1]
slightly better
This commit is contained in:
parent
6d90ced542
commit
0d68a9ea22
1 changed files with 1 additions and 1 deletions
|
@ -31,6 +31,7 @@ dependencies:
|
||||||
|
|
||||||
runtime:
|
runtime:
|
||||||
env:
|
env:
|
||||||
|
CRYSTAL_LINK_FLAGS: -Wl,-rpath,{{pkgx.prefix}}
|
||||||
CRYSTAL_PATH: ${{prefix}}/lib:$CRYSTAL_PATH
|
CRYSTAL_PATH: ${{prefix}}/lib:$CRYSTAL_PATH
|
||||||
|
|
||||||
build:
|
build:
|
||||||
|
@ -71,7 +72,6 @@ provides:
|
||||||
test:
|
test:
|
||||||
fixture: puts {{Crystal::VERSION}}
|
fixture: puts {{Crystal::VERSION}}
|
||||||
env:
|
env:
|
||||||
CRYSTAL_LINK_FLAGS: -Wl,-rpath,{{pkgx.prefix}}
|
|
||||||
script:
|
script:
|
||||||
- cp $FIXTURE test.cr
|
- cp $FIXTURE test.cr
|
||||||
- crystal build -o test test.cr
|
- crystal build -o test test.cr
|
||||||
|
|
Loading…
Reference in a new issue