Skip to content

Commit abfc715

Browse files
committed
[hyperdrive] ensure cmake generated config.h header is set as an input to the .xcframework creation build step
1 parent 4c0725b commit abfc715

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

hyperdrive/aws-sdk-cpp.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@
116116
inputFileListPaths = (
117117
);
118118
inputPaths = (
119+
"$(PROJECT_DIR)/../crt/aws-crt-cpp/crt/aws-c-common/include/aws/common/config.h",
119120
"$(TARGET_BUILD_DIR)/aws-sdk-cpp/src/aws-cpp-sdk-core/libaws-cpp-sdk-core.a",
120121
"$(TARGET_BUILD_DIR)/aws-sdk-cpp/generated/src/aws-cpp-sdk-s3/libaws-cpp-sdk-s3.a",
121122
"$(TARGET_BUILD_DIR)/aws-sdk-cpp/crt/aws-crt-cpp/libaws-crt-cpp.a",

hyperdrive/buildConfigs.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@
7878
"${TARGET_BUILD_DIR}/aws-sdk-cpp/crt/aws-crt-cpp/crt/aws-c-s3/libaws-c-s3.a",
7979
"${TARGET_BUILD_DIR}/aws-sdk-cpp/lib/libaws-c-event-stream.a"
8080
],
81+
"inputs": [
82+
"$(PROJECT_DIR)/../crt/aws-crt-cpp/crt/aws-c-common/include/aws/common/config.h"
83+
],
8184
"output": "${PROJECT_DIR}/build/aws-sdk-cpp.xcframework"
8285
}
8386
]

0 commit comments

Comments
 (0)