Skip to content

Commit

Permalink
Fixed build on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dinhvh committed Oct 6, 2014
1 parent 4113c3a commit 64b84b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis/script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else
xctool -project build-mac/libetpan.xcodeproj -sdk iphonesimulator8.0 -scheme "libetpan ios" build ARCHS="i386 x86_64"

echo Building library for Mac
xctool -project build-mac/libetpan.xcodeproj -sdk macosx10.8 -scheme "static libetpan" build
xctool -project build-mac/libetpan.xcodeproj -sdk macosx10.9 -scheme "static libetpan" build
echo Building framework for Mac
xctool -project build-mac/libetpan.xcodeproj -sdk macosx10.8 -scheme "libetpan" build
xctool -project build-mac/libetpan.xcodeproj -sdk macosx10.9 -scheme "libetpan" build
fi

0 comments on commit 64b84b3

Please sign in to comment.