Browse Source

Build for macOS (#29)

Johnshall 3 years ago
parent
commit
98d193007f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -37,6 +37,8 @@ CROSS_TARGET_LIST = \
 	i686-unknown-linux-musl \
 	aarch64-unknown-linux-musl \
 	armv7-unknown-linux-musleabihf \
+	x86_64-apple-darwin \
+	aarch64-apple-darwin \
 
 $(CROSS_TARGET_LIST):
 	$(CROSS_BUILD) $@