We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc959c2 commit eeb39f1Copy full SHA for eeb39f1
ada_url/ada_build.py
@@ -9,6 +9,7 @@
9
10
ada_obj = Extension(
11
'ada',
12
+ define_macros=[('ADA_INCLUDE_URL_PATTERN', '0')],
13
language="c++",
14
sources=['ada_url/ada.cpp'],
15
include_dirs=[file_dir],
0 commit comments