1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Added pthread library

This commit is contained in:
Ruben S. Montero 2010-06-03 16:37:44 +02:00
parent b4ac1ee99f
commit 54f37dbd8a

View File

@ -33,7 +33,8 @@ env.Append(LIBS=[
'scheduler_pool',
'nebula_log',
'scheduler_xml',
'crypto'
'crypto',
'pthread'
])
if not env.GetOption('clean'):