Skip to content

Commit

Permalink
Merge pull request #172 from fishcharlie/universalBuild
Browse files Browse the repository at this point in the history
Setting universal build
  • Loading branch information
MattKiazyk authored Dec 17, 2021
2 parents 6b5f55f + dcab794 commit 9fa7794
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ xcodes: $(SOURCES)
-Xswiftc -Onone \
--disable-sandbox \
--build-path "$(BUILDDIR)" \
--arch arm64 \
--arch x86_64 \

.PHONY: sign
sign: xcodes
Expand Down

0 comments on commit 9fa7794

Please sign in to comment.