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

M #-: Add curl to scheduler SConstruct (#2973)

(cherry picked from commit b1a76179d7e0fdf9f9b22c240a40a4e8389be6e5)
(cherry picked from commit fe133d481c5d1f56a24925cd467f5c8453beac22)
This commit is contained in:
Jan Orel 2024-03-11 16:50:37 +01:00 committed by Ruben S. Montero
parent 68a9dc3e30
commit b39102d73f
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -32,6 +32,8 @@ env.Append(LIBPATH=[
cwd+'/src/sched'
])
env.Append(LIBS=['curl'])
################################################################################
# SCONS scripts to build
################################################################################