We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9bd2f1 commit 9291589Copy full SHA for 9291589
JxlCoder.podspec
@@ -19,7 +19,7 @@ s.public_header_files = 'Sources/jxlc/**.h', 'Sources/jxlc/**.hpp', 'Headers/**/
19
s.project_header_files = 'Sources/jxlc/jxl_worker.hpp'
20
s.pod_target_xcconfig = {
21
'OTHER_CXXFLAGS' => '$(inherited) -std=c++20',
22
- 'HEADER_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/Sources/Frameworks/libjxl.xcframework/ios-arm64/Headers',
+ 'HEADER_SEARCH_PATHS' => '$(inherited) "$(PODS_TARGET_SRCROOT)/Sources/Frameworks/libjxl.xcframework/ios-arm64/Headers"',
23
'OTHER_CPLUSPLUSFLAGS' => '$(inherited) -fmodules -fcxx-modules'
24
}
25
s.preserve_paths = "Sources/Frameworks/*.xcframework", "Sources/Frameworks/*.xcframework/**/Headers", "Sources/Frameworks/libjxl.xcframework/ios-arm64/Headers/jxl", "Sources/Frameworks/libjxl.xcframework/ios-arm64/Headers/jpegli"
0 commit comments