From 15ce5437d13f47e023778e3be2a78e55759c263b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCller?= Date: Sat, 15 Jul 2023 10:10:42 +0200 Subject: [PATCH] Make `postinstall` portable Using `shards build` directly instead of `make build` improves portability a lot. This should basically "just work" almost anywhere (including Windows). No need for `make` to be available and makefile compatibility doesn't matter either. --- shard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shard.yml b/shard.yml index 9178a182..b2f1f651 100644 --- a/shard.yml +++ b/shard.yml @@ -10,7 +10,7 @@ targets: scripts: # TODO: remove pre-compiled executable in future releases - postinstall: make build + postinstall: shards build -Dpreview_mt executables: - ameba