gallium/scons: fix graw_gdi build

Fixes: 44a6b0107b (gallivm: add nir->llvm translation (v2))
Reviewed-by: Dave Airlie <Airlied@redhat.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
This commit is contained in:
Roland Scheidegger 2019-12-07 04:37:17 +01:00
parent 8259c97b2d
commit 1c7693e3bd

View file

@ -10,8 +10,10 @@ env.Append(CPPPATH = [
])
env.Prepend(LIBS = [
compiler,
mesautil,
gallium,
nir,
'gdi32',
'user32',
'ws2_32',