i915g: Remove lib prefix from driver
This commit is contained in:
committed by
Jakob Bornecrantz
parent
9fff4b46d3
commit
530fbd314e
@@ -12,8 +12,9 @@ drivers = [
|
||||
trace,
|
||||
]
|
||||
|
||||
env.SharedLibrary(
|
||||
env.LoadableModule(
|
||||
target ='i915_dri.so',
|
||||
source = COMMON_GALLIUM_SOURCES,
|
||||
LIBS = drivers + mesa + auxiliaries + env['LIBS'],
|
||||
SHLIBPREFIX = '',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user