add make-osx task

This commit is contained in:
Iuri Matias 2020-05-06 17:43:20 -04:00
parent d95943b147
commit b8900160f4
1 changed files with 3 additions and 0 deletions

View File

@ -2,3 +2,6 @@ SHELL := bash
build:
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