Skip to content

Commit 9291589

Browse files
committed
initial release
1 parent b9bd2f1 commit 9291589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JxlCoder.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ s.public_header_files = 'Sources/jxlc/**.h', 'Sources/jxlc/**.hpp', 'Headers/**/
1919
s.project_header_files = 'Sources/jxlc/jxl_worker.hpp'
2020
s.pod_target_xcconfig = {
2121
'OTHER_CXXFLAGS' => '$(inherited) -std=c++20',
22-
'HEADER_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/Sources/Frameworks/libjxl.xcframework/ios-arm64/Headers',
22+
'HEADER_SEARCH_PATHS' => '$(inherited) "$(PODS_TARGET_SRCROOT)/Sources/Frameworks/libjxl.xcframework/ios-arm64/Headers"',
2323
'OTHER_CPLUSPLUSFLAGS' => '$(inherited) -fmodules -fcxx-modules'
2424
}
2525
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

Comments
 (0)