Skip to content

Commit 73cae8e

Browse files
author
Kevin Pyle
committed
Derive PLUGIN_NAME from $PYTHON
Set PLUGIN_NAME from $PYTHON so that multi-Python builds do not collide.
1 parent 2dc5cb9 commit 73cae8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ PYTHON_LIBS=$(shell $(PYTHON_CONFIG) --libs)
102102

103103
# Support having multiple named plugins
104104
# e.g. "python2.7" "python3.2mu" "python 3.2dmu" etc:
105-
PLUGIN_NAME := python
105+
PLUGIN_NAME := $(PYTHON)
106106
PLUGIN_DSO := $(PLUGIN_NAME).so
107107
PLUGIN_DIR := $(PLUGIN_NAME)
108108

0 commit comments

Comments
 (0)