Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
itsbalamurali authored and sbihel committed Oct 25, 2022
1 parent 8cb30fd commit c381070
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,11 @@ install-rustup-ios:

IOS_LIBS=\
$(TARGET)/aarch64-apple-ios/release/libdidkit.a \
$(TARGET)/aarch64-apple-ios-sim/release/libdidkit.a \
$(TARGET)/x86_64-apple-ios/release/libdidkit.a

$(TARGET)/test/ios.stamp: $(TARGET)/universal/release/libdidkit.a $(TARGET)/didkit.h | $(TARGET)/test
IOS_SIM_LIB = $(TARGET)/aarch64-apple-ios-sim/release/libdidkit.a

$(TARGET)/test/ios.stamp: $(TARGET)/universal/release/libdidkit.a $(IOS_SIM_LIB) $(TARGET)/didkit.h | $(TARGET)/test
cd ios && \
xcodebuild test \
-destination platform="iOS Simulator,name=iPhone 12 Pro" \
Expand Down

0 comments on commit c381070

Please sign in to comment.