Changeset 2749

Show
Ignore:
Timestamp:
01/31/18 02:47:36 (6 years ago)
Author:
jwoithe
Message:

[PATCH 13/13] Run ffado-diag-static with PYTHON_INTERPRETER.

From Nicolas Boulenguez.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/support/tools/SConscript

    r2718 r2749  
    4747e['pythondir'] = Template( os.path.join( e['sharedir'], 'python' ) ).safe_substitute( e ) 
    4848 
    49 e.Command( "static_info.txt", "#/SConstruct", "python support/tools/ffado-diag-static > $TARGET" ) 
     49e.Command( "static_info.txt", "#/SConstruct", "$PYTHON_INTERPRETER support/tools/ffado-diag-static > $TARGET" ) 
    5050 
    5151e.ScanReplace( "ffado-diag.in" )