mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-20 03:18:07 -05:00
Trying to fix the wrong path for def file
This commit is contained in:
@@ -1132,7 +1132,7 @@ c['builders'].append(
|
||||
factory = cmake_slave('32BIT_STDCALL_SHARED_LIBRARY',
|
||||
test = False,
|
||||
platform = 'windows',
|
||||
cmake_args=['-DCOOLPROP_SHARED_LIBRARY=ON','-DCOOLPROP_STDCALL_LIBRARY=ON','-DCOOLPROP_LIBRARY_EXPORTS="CoolPropLib.def"',
|
||||
cmake_args=['-DCOOLPROP_SHARED_LIBRARY=ON','-DCOOLPROP_STDCALL_LIBRARY=ON','-DCOOLPROP_LIBRARY_EXPORTS="src/CoolPropLib.def"',
|
||||
'-G','"Visual Studio 10 2010"'],
|
||||
build_args = ['--config','Release']
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user