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

M #-: Update SCons description

parsers need some manual update of the files but the option is used to
regenerate them when needed.
This commit is contained in:
Ruben S. Montero 2024-08-02 09:39:48 +02:00
parent 8f54755138
commit 39260d4369
No known key found for this signature in database
GPG Key ID: A0CEA6FA880A1D87

View File

@ -130,7 +130,7 @@ vars = Variables('custom.py')
vars.Add('sqlite_dir', 'Path to sqlite directory', '')
vars.Add('sqlite', 'Build with SQLite support', 'yes')
vars.Add('mysql', 'Build with MySQL support', 'no')
vars.Add('parsers', 'Obsolete. Rebuild flex/bison files', 'no')
vars.Add('parsers', 'Rebuild flex/bison files', 'no')
vars.Add('xmlrpc', 'Path to xmlrpc directory', '')
vars.Add('new_xmlrpc', 'Use xmlrpc-c version >=1.31', 'no')
vars.Add('sunstone', 'Build Sunstone', 'no')