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 923e8e4 commit 5754d2eCopy full SHA for 5754d2e
1 file changed
scripts/build-libmongoc.sh
@@ -139,7 +139,7 @@ install_libs() {
139
install_headers() {
140
local arch=$1
141
local prefix="$BUILD_DIR/install-mongoc-$arch"
142
- local dest="$PROJECT_DIR/TablePro/Core/Database/CLibMongoc/include"
+ local dest="$PROJECT_DIR/Plugins/MongoDBDriverPlugin/CLibMongoc/include"
143
144
echo "📦 Installing libmongoc headers..."
145
@@ -176,7 +176,7 @@ build_for_arch() {
176
build_mongoc "$arch"
177
install_libs "$arch"
178
# Install headers once (they're arch-independent)
179
- if [ ! -f "$PROJECT_DIR/TablePro/Core/Database/CLibMongoc/include/mongoc/mongoc.h" ]; then
+ if [ ! -f "$PROJECT_DIR/Plugins/MongoDBDriverPlugin/CLibMongoc/include/mongoc/mongoc.h" ]; then
180
install_headers "$arch"
181
fi
182
}
0 commit comments