Skip to content
  • Brian Paul's avatar
    scons: fix llvm detection · 5c682485
    Brian Paul authored
    The test for env['platform'] caused an exception since 'env' is not
    defined at that point.  Instead, determine the target platform by
    scanning sys.argv[].
    5c682485