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:
|
||||
env:
|
||||
CRYSTAL_LINK_FLAGS: -Wl,-rpath,{{pkgx.prefix}}
|
||||
CRYSTAL_PATH: ${{prefix}}/lib:$CRYSTAL_PATH
|
||||
|
||||
build:
|
||||
|
@ -71,7 +72,6 @@ provides:
|
|||
test:
|
||||
fixture: puts {{Crystal::VERSION}}
|
||||
env:
|
||||
CRYSTAL_LINK_FLAGS: -Wl,-rpath,{{pkgx.prefix}}
|
||||
script:
|
||||
- cp $FIXTURE test.cr
|
||||
- crystal build -o test test.cr
|
||||
|
|
Loading…
Reference in a new issue