We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8ab592 commit e194a1dCopy full SHA for e194a1d
1 file changed
setup.py
@@ -79,7 +79,7 @@
79
except shutil.Error:
80
pass
81
if create_paths:
82
- f_paths.write('mapniklibpath = os.path.dirname(os.path.realpath(__file__))\n')
+ f_paths.write('mapniklibpath = os.path.join(os.path.dirname(os.path.realpath(__file__)), "plugins")\n')
83
elif create_paths:
84
f_paths.write("mapniklibpath = '"+lib_path+"/mapnik/plugins'\n")
85
f_paths.write('mapniklibpath = os.path.normpath(mapniklibpath)\n')
0 commit comments