fix(crystal)[1]

slightly better
This commit is contained in:
Jacob Heider 2023-10-23 12:53:42 -04:00
parent 6d90ced542
commit 0d68a9ea22
No known key found for this signature in database
GPG key ID: 51E3FD0EE62677B6

View file

@ -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