Trying to fix the wrong path for def file

This commit is contained in:
Jorrit Wronski
2015-04-22 13:07:33 +02:00
parent 7abfdd2917
commit 4cb169ff69

View File

@@ -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']
)