Skip to content

Commit

Permalink
Additional fixes for #7
Browse files Browse the repository at this point in the history
Add quotes
  • Loading branch information
EXL committed Aug 7, 2022
1 parent 9fd9253 commit 3a8af8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gish/src/main/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ include_directories(${PROJECT_NAME}
${Vorbis_INCLUDE_DIR}
${PNG_INCLUDE_DIR})

set(CMAKE_C_FLAGS ${CMAKE_C_FLAGS} -fcommon)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fcommon")

if(GLES)
message(STATUS "Build w/ using OpenGLES libraries!")
Expand Down

0 comments on commit 3a8af8a

Please sign in to comment.