Merge pull request #10 from onqtam/onqtam-emscripten-fixes

not removing the egl/ppapi gles2 contexts
This commit is contained in:
Joshua Brookover
2017-05-28 13:12:26 -05:00
committed by GitHub

View File

@@ -66,8 +66,6 @@ endif()
# Excluded files from compilation
set_source_files_properties( ${BGFX_DIR}/src/amalgamated.mm PROPERTIES HEADER_FILE_ONLY ON )
set_source_files_properties( ${BGFX_DIR}/src/glcontext_ppapi.cpp PROPERTIES HEADER_FILE_ONLY ON )
set_source_files_properties( ${BGFX_DIR}/src/glcontext_egl.cpp PROPERTIES HEADER_FILE_ONLY ON )
# Exclude mm files if not on OS X
if( NOT APPLE )