diff options
Diffstat (limited to 'Examples/python/import_packages/from_init3/Makefile')
-rw-r--r-- | Examples/python/import_packages/from_init3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/python/import_packages/from_init3/Makefile b/Examples/python/import_packages/from_init3/Makefile index 90c92ab1c..f08c3344b 100644 --- a/Examples/python/import_packages/from_init3/Makefile +++ b/Examples/python/import_packages/from_init3/Makefile @@ -1,7 +1,7 @@ TOP = ../../.. LIBS = -ifeq (,$(PY3)) +ifneq (,$(PY2)) PKG1DIR = "py2" else PKG1DIR = "py3" |