Skip to content

Commit eeb39f1

Browse files
committed
Set ADA_INCLUDE_URL_PATTERN to 0
1 parent bc959c2 commit eeb39f1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ada_url/ada_build.py

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
ada_obj = Extension(
1111
'ada',
12+
define_macros=[('ADA_INCLUDE_URL_PATTERN', '0')],
1213
language="c++",
1314
sources=['ada_url/ada.cpp'],
1415
include_dirs=[file_dir],

0 commit comments

Comments
 (0)