components/python/pysendfile/Makefile
changeset 6404 776ac4e2d089
parent 6399 6205769a2639
child 7687 1093e2a9adbd
--- a/components/python/pysendfile/Makefile	Tue Jul 12 19:50:03 2016 -0700
+++ b/components/python/pysendfile/Makefile	Wed Jul 13 08:34:06 2016 -0700
@@ -20,7 +20,7 @@
 #
 
 #
-# Copyright (c) 2014, 2016, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved.
 #
 
 include ../../../make-rules/shared-macros.mk
@@ -46,7 +46,7 @@
 COMPONENT_TEST_ARGS=	test/test_sendfile.py
 COMPONENT_TEST_DIR=	$(SOURCE_DIR)
 COMPONENT_TEST_ENV=	PATH=$(PROTO_DIR)/usr/bin
-COMPONENT_TEST_ENV +=	PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES)
+COMPONENT_TEST_ENV +=	PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES.32)
 COMPONENT_TEST_ENV +=	PYTHON_VERSION=$(PYTHON_VERSION)
 
 # common targets