mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Added 32-bit DLL for linux
Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
@@ -763,6 +763,15 @@ for platform in ['OSX', 'linux', 'windows']:
|
||||
)
|
||||
)
|
||||
|
||||
c['builders'].append(
|
||||
BuilderConfig(name="32bitDLL-linux",
|
||||
slavenames=["linux-slave"],
|
||||
factory = cmake_slave('32BIT_SHARED_LIBRARY_LINUX',
|
||||
test = False,
|
||||
platform = 'linux'
|
||||
)
|
||||
)
|
||||
)
|
||||
c['builders'].append(
|
||||
BuilderConfig(name="32bitCdeclDLL-windows",
|
||||
slavenames=["windows-slave"],
|
||||
|
||||
Reference in New Issue
Block a user