Skip to content
Snippets Groups Projects

Implementation of layered LCG software stacks

Merged Pere Mato Vila requested to merge SPI-1401 into master
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -194,7 +194,7 @@ def lcgcmake_configure(args) :
c_options += ['-DBINARY_TAG=' + target_platform]
if(toolchain):
c_options += ['-DLCG_TOOLCHAIN_FILE=' + args.toolchain]
c_options += ['-DLCG_TOOLCHAIN_FILE=' + toolchain]
if(lcg_prefix):
c_options += ['-DLCG_INSTALL_PREFIX=' + lcg_prefix]
Loading