build: Remove HAVE_DLOPEN

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Matt Turner
2017-10-01 23:20:55 -07:00
parent 8d02abd0fe
commit 74b5568978
4 changed files with 2 additions and 8 deletions

View File

@@ -31,10 +31,6 @@ if env['platform'] == 'windows':
if not env['gles']:
# prevent _glapi_* from being declared __declspec(dllimport)
env.Append(CPPDEFINES = ['_GLAPI_NO_EXPORTS'])
else:
env.Append(CPPDEFINES = [
('HAVE_DLOPEN', '1'),
])
# parse Makefile.sources
source_lists = env.ParseSourceList('Makefile.sources')