Skip to content

Commit 15804dc

Browse files
committed
Updating another missing location for iOS to rename from libcasablanca.a to libcpprest.a.
1 parent 0c29e41 commit 15804dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Build_iOS/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ add_custom_target(arm
5151
VERBATIM
5252
)
5353

54-
set(LIB_CPPREST libcasablanca.a)
54+
set(LIB_CPPREST libcpprest.a)
5555
add_custom_command(
5656
OUTPUT ${LIB_CPPREST}
5757
COMMAND lipo -create

0 commit comments

Comments
 (0)