ソースを参照

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 = [

読み込み中…
キャンセル
保存