From fb223d8037acec1eda74c59518ac581b5e569984 Mon Sep 17 00:00:00 2001 From: peizhilin Date: Fri, 21 Dec 2018 10:25:37 +0800 Subject: [PATCH] fix the typo of keyword and test=develop --- python/setup.py.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.py.in b/python/setup.py.in index 155dd9c58..f8170b42a 100644 --- a/python/setup.py.in +++ b/python/setup.py.in @@ -174,7 +174,7 @@ else: package_data['paddle.libs'] += ['openblas' + ext_name] if '${WITH_MKLDNN}' == 'ON': - if '${CMAKE_BUILD_TYPE}' == 'Release' AND os.name != 'nt': + if '${CMAKE_BUILD_TYPE}' == 'Release' and os.name != 'nt': # only change rpath in Release mode. # TODO(typhoonzero): use install_name_tool to patch mkl libs once # we can support mkl on mac. -- GitLab