components/python/markupsafe/Makefile
changeset 6404 776ac4e2d089
parent 6399 6205769a2639
child 6410 3ae42b2b5dad
--- a/components/python/markupsafe/Makefile	Tue Jul 12 19:50:03 2016 -0700
+++ b/components/python/markupsafe/Makefile	Wed Jul 13 08:34:06 2016 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 include ../../../make-rules/shared-macros.mk
 
@@ -44,7 +44,7 @@
 
 COMPONENT_TEST_DIR=	$(COMPONENT_SRC)
 COMPONENT_TEST_ARGS=	setup.py test
-COMPONENT_TEST_ENV=	PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES)
+COMPONENT_TEST_ENV=	PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES.32)
 
 # common targets
 build:		$(BUILD_32_and_64)