@op-engineering/op-sqlite 10.0.0-tokenizers-beta4 → 10.0.0-tokenizers-beta5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/op-sqlite.podspec +1 -1
- package/package.json +1 -1
package/op-sqlite.podspec
CHANGED
|
@@ -83,7 +83,7 @@ Pod::Spec.new do |s|
|
|
|
83
83
|
|
|
84
84
|
# Set the path to the `c_sources` directory based on environment
|
|
85
85
|
if is_user_app
|
|
86
|
-
c_sources_dir = File.join("..", "..", "..", "c_sources")
|
|
86
|
+
c_sources_dir = File.join("..", "..", "..", "..", "c_sources")
|
|
87
87
|
else
|
|
88
88
|
c_sources_dir = File.join("example", "c_sources")
|
|
89
89
|
end
|
package/package.json
CHANGED