Skip to content

Commit

Permalink
Build: Add --frozen to shards install
Browse files Browse the repository at this point in the history
  • Loading branch information
phil294 committed Mar 22, 2024
1 parent 9cc4a0b commit b76359f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ xdotool/libxdo.a: xdotool/.git
$(MAKE) -C xdotool libxdo.a

lib/configured:
shards install
shards install --frozen
./bin/gi-crystal
# TODO: can be fixed in application code?
sed -i -E 's/private getter xdo_p/getter xdo_p/' lib/x_do/src/x_do.cr
Expand Down Expand Up @@ -98,4 +98,4 @@ uninstall:
rm -f $(DESTDIR)$(PREFIX)/share/mime/application/x-ahk_x11.xml
rm -f $(DESTDIR)$(PREFIX)/share/applications/ahk_x11.desktop
rm -f $(DESTDIR)$(PREFIX)/share/applications/ahk_x11-compiler.desktop
rm -f $(DESTDIR)$(PREFIX)/share/applications/ahk_x11-windowspy.desktop
rm -f $(DESTDIR)$(PREFIX)/share/applications/ahk_x11-windowspy.desktop

0 comments on commit b76359f

Please sign in to comment.