add make-osx task
This commit is contained in:
parent
d95943b147
commit
b8900160f4
3
Makefile
3
Makefile
|
@ -2,3 +2,6 @@ SHELL := bash
|
||||||
|
|
||||||
build:
|
build:
|
||||||
nim c -d:release -L:libstatus.a -L:-lm --outdir:. src/nim_status_client.nim
|
nim c -d:release -L:libstatus.a -L:-lm --outdir:. src/nim_status_client.nim
|
||||||
|
|
||||||
|
build-osx:
|
||||||
|
nim c -d:release -L:libstatus.a -L:-lm -L:"-framework Foundation -framework Security -framework IOKit -framework CoreServices" --outdir:. src/nim_status_client.nim
|
||||||
|
|
Loading…
Reference in New Issue