68 |
local_env.Install(include_path, headers ) |
local_env.Install(include_path, headers ) |
69 |
local_env.Install(cppadapter_include_path, cppadapter_headers ) |
local_env.Install(cppadapter_include_path, cppadapter_headers ) |
70 |
local_env.Install(libinstall, lib) |
local_env.Install(libinstall, lib) |
71 |
py_wrapper_local_env.Install(pyinstall+'/finley', py_wrapper_lib) |
py_wrapper_local_env.InstallAs(pyinstall+'/finley/finleycpp.so', py_wrapper_lib) |
72 |
|
|
73 |
#windows specific mod |
#windows specific mod |
74 |
if os.name == 'nt': |
if os.name == 'nt': |