Skip to content

Commit

Permalink
bugfix: 修复MongoDB构建
Browse files Browse the repository at this point in the history
  • Loading branch information
qiqizjl committed Oct 8, 2022
1 parent 254fbdc commit 7414ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prepare.php
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ function install_curl(Preprocessor $p)
$extEnabled[] = "mongodb";
$endCallback[] = function ($p) {
echo `curl https://raw.githubusercontent.com/mongodb/mongo-c-driver/master/src/libbson/src/bson/bson-cmp.h > ext/mongodb/src/libmongoc/src/libbson/src/bson/bson-cmp.h`;
echo `cat ext/mongodb/src/libmongoc/src/libbson/src/bson/bson-cmp.h;`
echo `cat ext/mongodb/src/libmongoc/src/libbson/src/bson/bson-cmp.h`;
};
}

Expand Down

0 comments on commit 7414ee5

Please sign in to comment.