mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Merge pull request #269 from carlhoerberg/build-with-mt
Build ameba with MT by default
This commit is contained in:
commit
8a12229116
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -2,6 +2,7 @@ CRYSTAL_BIN ?= crystal
|
||||||
SHARDS_BIN ?= shards
|
SHARDS_BIN ?= shards
|
||||||
PREFIX ?= /usr/local
|
PREFIX ?= /usr/local
|
||||||
SHARD_BIN ?= ../../bin
|
SHARD_BIN ?= ../../bin
|
||||||
|
CRFLAGS ?= -Dpreview_mt
|
||||||
|
|
||||||
build: bin/ameba
|
build: bin/ameba
|
||||||
bin/ameba:
|
bin/ameba:
|
||||||
|
|
Loading…
Reference in a new issue