mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
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.
This commit is contained in:
parent
eacb9308a7
commit
15ce5437d1
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ targets:
|
|||
|
||||
scripts:
|
||||
# TODO: remove pre-compiled executable in future releases
|
||||
postinstall: make build
|
||||
postinstall: shards build -Dpreview_mt
|
||||
|
||||
executables:
|
||||
- ameba
|
||||
|
|
Loading…
Reference in a new issue