Skip to content

Commit e188ee5

Browse files
author
Andras Fekete
committed
Add in calls to autogen.sh
1 parent 9870c2d commit e188ee5

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

IDE/XCODE/build-wolfprovider-framework.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ done
5353

5454
mkdir -p $LIPODIR
5555
mkdir -p $SDK_OUTPUT_DIR
56+
cd $WOLFPROV_DIR && ./autogen.sh
5657

5758
build() { # <ARCH=arm64|x86_64> <TYPE=iphonesimulator|iphoneos|macosx|watchos|watchsimulator|appletvos|appletvsimulator>
5859
set -x

IDE/XCODE/build-wolfssl-framework.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ done
5757

5858
mkdir -p $LIPODIR
5959
mkdir -p $SDK_OUTPUT_DIR
60+
cd $WOLFSSL_DIR && ./autogen.sh
6061

6162
build() { # <ARCH=arm64|x86_64> <TYPE=iphonesimulator|iphoneos|macosx|watchos|watchsimulator|appletvos|appletvsimulator>
6263
set -x

0 commit comments

Comments
 (0)