mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-03 12:38:11 +00:00
egl backend for linux backend of opengl backend of render
This commit is contained in:
@@ -33,7 +33,7 @@ gcc_out="-o"
|
||||
# --- Per-Build Settings ------------------------------------------------------
|
||||
link_dll="-fPIC"
|
||||
link_os_gfx="-lX11 -lXext"
|
||||
link_render="-lGL"
|
||||
link_render="-lGL -lEGL"
|
||||
|
||||
# --- Choose Compile/Link Lines -----------------------------------------------
|
||||
if [ -v gcc ]; then compile_debug="$gcc_debug"; fi
|
||||
|
||||
Reference in New Issue
Block a user