Export the egl* symbols via linker script

The egl symbols should be exported so applications
using it can correctly run with RenderDoc.
This commit is contained in:
Peter Gal
2017-07-20 09:50:46 -07:00
committed by Baldur Karlsson
parent 681aeba443
commit ca2b12be4d
+1
View File
@@ -3,6 +3,7 @@
_init;
_fini;
gl[A-Z]*;
egl[A-Z]*;
dlopen;
_exit;
RENDERDOC_*;