mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-20 03:18:07 -05:00
Fix typo in config for bb
This commit is contained in:
@@ -1043,7 +1043,7 @@ for platform in ['OSX', 'linux', 'windows']:
|
||||
if wrapper == '64BIT_STATIC_LIBRARY':
|
||||
cmake_args += ['-DCOOLPROP_STATIC_LIBRARY=ON','-DCOOLPROP_EXTERNC_LIBRARY=ON']
|
||||
if wrapper == 'R':
|
||||
if plaform.startwith('windows'):
|
||||
if platform.startwith('windows'):
|
||||
cmake_args += ['-DR_BIN="C:/Program Files/R/R-3.2.1/bin/x64"']
|
||||
elif platform == 'OSX':
|
||||
cmake_args += ['-DR_BIN="/usr/bin/local"']
|
||||
|
||||
Reference in New Issue
Block a user