Skip to content

Commit

Permalink
build universal binary (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
yonaskolb authored Oct 23, 2020
1 parent 0f96267 commit e2a8d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ install: build
cp -f $(BUILD_PATH) $(INSTALL_PATH)

build:
swift build --disable-sandbox -c release
swift build --disable-sandbox -c release --arch arm64 --arch x86_64

uninstall:
rm -f $(INSTALL_PATH)
Expand Down

0 comments on commit e2a8d2d

Please sign in to comment.