mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 08:37:12 +00:00
add make-osx task
This commit is contained in:
parent
d95943b147
commit
b8900160f4
3
Makefile
3
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user