We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d51fb95 commit b32dcfdCopy full SHA for b32dcfd
bindings/python/setup.py.in
@@ -27,7 +27,7 @@ os.system('ls')
27
#Prepare the external module that we want to build
28
eac_module = Extension('_eac',
29
sources=['@srcdir@/../eac.i'],
30
- swig_opts=['-outdir', '@builddir@', '-I@srcdir@/..'],
+ swig_opts=['-outdir', '@srcdir@/..', '-I@srcdir@/..'],
31
extra_compile_args=all_cflags,
32
extra_link_args=all_libs)
33
0 commit comments