Skip to content

Commit b32dcfd

Browse files
committed
a
1 parent d51fb95 commit b32dcfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/setup.py.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ os.system('ls')
2727
#Prepare the external module that we want to build
2828
eac_module = Extension('_eac',
2929
sources=['@srcdir@/../eac.i'],
30-
swig_opts=['-outdir', '@builddir@', '-I@srcdir@/..'],
30+
swig_opts=['-outdir', '@srcdir@/..', '-I@srcdir@/..'],
3131
extra_compile_args=all_cflags,
3232
extra_link_args=all_libs)
3333

0 commit comments

Comments
 (0)