Skip to content

Commit 6972a0c

Browse files
committed
CDRIVER-2660 fix libmongoc project path in generate-opts.py
1 parent 7108eb4 commit 6972a0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build/generate-opts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
this_dir = dirname(__file__)
3535
template_dir = joinpath(this_dir, 'opts_templates')
36-
src_dir = normpath(joinpath(this_dir, '../src/mongoc'))
37-
doc_includes = normpath(joinpath(this_dir, '../doc/includes'))
36+
src_dir = normpath(joinpath(this_dir, '../src/libmongoc/src/mongoc'))
37+
doc_includes = normpath(joinpath(this_dir, '../src/libmongoc/doc/includes'))
3838

3939

4040
def flatten(items):

0 commit comments

Comments
 (0)