Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
virgl-es
mesa
Commits
78d8e6c9
Commit
78d8e6c9
authored
Mar 09, 2010
by
José Fonseca
Browse files
scons: Always build the identity driver.
parent
999932bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
SConstruct
View file @
78d8e6c9
...
...
@@ -112,9 +112,11 @@ Export([
#######################################################################
# Environment setup
# Always build trace driver
# Always build trace
and identity
driver
s
if
'trace'
not
in
env
[
'drivers'
]:
env
[
'drivers'
].
append
(
'trace'
)
if
'identity'
not
in
env
[
'drivers'
]:
env
[
'drivers'
].
append
(
'identity'
)
# Includes
env
.
Append
(
CPPPATH
=
[
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment