Skip to content

Commit

Permalink
fix: Restore iOS simulator build pipeline (fixes #176)
Browse files Browse the repository at this point in the history
  • Loading branch information
maciejhirsz committed Mar 29, 2019
1 parent ecf7737 commit 3190b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/signer/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NDK_STANDALONE = $(shell pwd)/../../NDK
ARCHS_IOS = armv7-apple-ios armv7s-apple-ios aarch64-apple-ios
ARCHS_IOS = i386-apple-ios x86_64-apple-ios armv7-apple-ios armv7s-apple-ios aarch64-apple-ios
ARCHS_ANDROID = aarch64-linux-android armv7-linux-androideabi i686-linux-android
LIB=libsigner.a

Expand Down

0 comments on commit 3190b5f

Please sign in to comment.