patch scry for crystal >= 0.34
This commit is contained in:
parent
0fdc2ed389
commit
d6f88f7255
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ cp -R $REPOSITORY $TMP/$PRGNAM-$VERSION
|
|||
|
||||
cd $TMP/$PRGNAM-$VERSION
|
||||
|
||||
sed -i 's|Errno|File::Error|g' src/scry/text_document.cr
|
||||
|
||||
# compilation
|
||||
shards build --verbose --release
|
||||
|
||||
|
|
Loading…
Reference in a new issue