Преглед изворни кода

scons: Always build the identity driver.

tags/mesa-7.9-rc1
José Fonseca пре 15 година
родитељ
комит
78d8e6c98a
1 измењених фајлова са 3 додато и 1 уклоњено
  1. 3
    1
      SConstruct

+ 3
- 1
SConstruct Прегледај датотеку

@@ -112,9 +112,11 @@ Export([
#######################################################################
# Environment setup

# Always build trace driver
# Always build trace and identity drivers
if 'trace' not in env['drivers']:
env['drivers'].append('trace')
if 'identity' not in env['drivers']:
env['drivers'].append('identity')

# Includes
env.Append(CPPPATH = [

Loading…
Откажи
Сачувај