projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8c53ca
)
scons: Fix inverted logic.
author
José Fonseca
<jfonseca@vmware.com>
Thu, 26 Aug 2010 17:28:29 +0000
(18:28 +0100)
committer
José Fonseca
<jfonseca@vmware.com>
Thu, 26 Aug 2010 17:29:04 +0000
(18:29 +0100)
src/talloc/SConscript
patch
|
blob
|
history
diff --git
a/src/talloc/SConscript
b/src/talloc/SConscript
index a4861a932e5ba95c725c1419e91debbe1a6142c2..3bf7029bb2561885501fdaa8c621922d436adf07 100644
(file)
--- a/
src/talloc/SConscript
+++ b/
src/talloc/SConscript
@@
-12,7
+12,7
@@
talloc = env.SharedLibrary(
env.InstallSharedLibrary(talloc)
-if env['platform']
!
= 'windows':
+if env['platform']
=
= 'windows':
talloc = env.FindIxes(talloc, 'LIBPREFIX', 'LIBSUFFIX')
else:
talloc = env.FindIxes(talloc, 'SHLIBPREFIX', 'SHLIBSUFFIX')