Skip to content

Commit e194a1d

Browse files
committed
Fix input and plugin location
1 parent f8ab592 commit e194a1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
except shutil.Error:
8080
pass
8181
if create_paths:
82-
f_paths.write('mapniklibpath = os.path.dirname(os.path.realpath(__file__))\n')
82+
f_paths.write('mapniklibpath = os.path.join(os.path.dirname(os.path.realpath(__file__)), "plugins")\n')
8383
elif create_paths:
8484
f_paths.write("mapniklibpath = '"+lib_path+"/mapnik/plugins'\n")
8585
f_paths.write('mapniklibpath = os.path.normpath(mapniklibpath)\n')

0 commit comments

Comments
 (0)