mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
scons: Fix GLEW build on Mac OS X.
This commit is contained in:
parent
5dcc088bf1
commit
8f81769148
1 changed files with 3 additions and 0 deletions
|
|
@ -52,6 +52,9 @@ prog_env = env.Clone()
|
|||
|
||||
prog_env.Prepend(LIBS = [glew])
|
||||
|
||||
if prog_env['platform'] == 'darwin':
|
||||
prog_env.Append(FRAMEWORKS = ['AGL'])
|
||||
|
||||
prog_env.Program(
|
||||
target = 'glewinfo',
|
||||
source = ['glewinfo.c'],
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue