mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 07:48:07 +02:00
scons: Don't require -liberty on MinGW.
Not always present.
This commit is contained in:
parent
622bdecabd
commit
9ea277ba7a
1 changed files with 1 additions and 1 deletions
|
|
@ -177,7 +177,7 @@ def generate(env):
|
|||
# default in recent gcc versions
|
||||
env.AppendUnique(CFLAGS = ['-gstabs'])
|
||||
|
||||
env.AppendUnique(LIBS = ['iberty'])
|
||||
#env.AppendUnique(LIBS = ['iberty'])
|
||||
env.AppendUnique(SHLINKFLAGS = ['-Wl,--enable-stdcall-fixup'])
|
||||
#env.AppendUnique(SHLINKFLAGS = ['-Wl,--kill-at'])
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue