Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Actually force the build to create ARM binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBriza authored and AndrewVebster committed Nov 16, 2020
1 parent 7f904c9 commit b25409a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ executable_release=$(shell $(xcodebuild_command_release) \
-showBuildSettings \
| grep -w 'BUILT_PRODUCTS_DIR' \
| cut -d'=' -f 2)/TogglDesktop.app/Contents/MacOS/TogglDesktop
pocolib=$(pocodir)/lib/Darwin/x86_64/
pocolib=$(pocodir)/lib/Darwin/arm64/
osname=mac

pococflags = \
Expand Down Expand Up @@ -190,7 +190,7 @@ lua:
cd third_party/lua && make macosx && make local

openssl:
cd $(openssldir) && ./config -fPIC no-shared no-dso && ./Configure darwin64-x86_64-cc && make $(LEGACYMACOSSDK)
cd $(openssldir) && ./config -fPIC no-shared no-dso && ./Configure darwin64-arm64-cc && make $(LEGACYMACOSSDK)

poco:
cd $(pocodir) && \
Expand Down

0 comments on commit b25409a

Please sign in to comment.