forked from pool/uwsgi
15 lines
336 B
Diff
15 lines
336 B
Diff
|
--- a/uwsgiconfig.py
|
||
|
+++ b/uwsgiconfig.py
|
||
|
@@ -1128,10 +1128,7 @@ def build_plugin(path, uc, cflags, ldfla
|
||
|
except:
|
||
|
pass
|
||
|
|
||
|
- if uc:
|
||
|
- plugin_dest = uc.get('plugin_dir') + '/' + name + '_plugin'
|
||
|
- else:
|
||
|
- plugin_dest = name + '_plugin'
|
||
|
+ plugin_dest = name + '_plugin'
|
||
|
|
||
|
shared_flag = '-shared'
|
||
|
|