fix the typo of keyword and

test=develop
revert-15207-remove_op_handle_lock_and_fix_var
peizhilin 7 years ago
parent b06ce129bc
commit fb223d8037

@ -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.

Loading…
Cancel
Save