Skip to content

Commit 27b6a62

Browse files
committed
podspec changes
1 parent 85b4e24 commit 27b6a62

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package/RNNitroSQLite.podspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ Pod::Spec.new do |s|
2626
:WARNING_CFLAGS => "-Wno-shorten-64-to-32 -Wno-comma -Wno-unreachable-code -Wno-conditional-uninitialized -Wno-deprecated-declarations",
2727
:USE_HEADERMAP => "No",
2828
'CLANG_CXX_LANGUAGE_STANDARD' => 'c++20',
29-
'CLANG_CXX_LIBRARY' => 'libc++'
29+
'CLANG_CXX_LIBRARY' => 'libc++',
30+
'DEFINES_MODULE' => 'YES'
31+
"HEADER_SEARCH_PATHS" => "\"$(PODS_ROOT)/boost\" \"$(PODS_ROOT)/RCT-Folly\" \"$(PODS_ROOT)/DoubleConversion\" \"$(PODS_ROOT)/fast_float/include\" \"$(PODS_ROOT)/fmt/include\"",
3032
}
3133

3234
load 'nitrogen/generated/ios/RNNitroSQLite+autolinking.rb'

0 commit comments

Comments
 (0)