Skip to content

Commit

Permalink
Test absolute path for RTD.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefano Cossu committed Oct 8, 2018
1 parent a4e02ed commit b8e20fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
Extension(
'lakesuperior.store.base_lmdb_store',
[
path.join(ext_dir, 'lib', 'mdb.c'),
'ext/lib/mdb.c',
path.join(ext_dir, 'lib', 'midl.c'),
path.join(lakesuperior.basedir, 'store', f'base_lmdb_store.{ext}'),
],
include_dirs=include_dirs,
),
),path.join('.', 'ext')
Extension(
'lakesuperior.store.ldp_rs.term',
[
Expand All @@ -74,7 +74,7 @@
Extension(
'lakesuperior.store.ldp_rs.lmdb_triplestore',
[
path.join(ext_dir, 'lib', 'mdb.c'),
'ext/lib/mdb.c',
path.join(ext_dir, 'lib', 'midl.c'),
path.join(
lakesuperior.basedir, 'store', 'ldp_rs',
Expand Down

0 comments on commit b8e20fc

Please sign in to comment.