Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
Fix whitespace. More descriptive hyperlink for the comment.
  • Loading branch information
Rainyan committed Sep 15, 2024
1 parent f70703c commit add195a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mp/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -477,8 +477,8 @@ if(NEO_INSTALL_LIBRARIES)
endif()

if(OS_LINUX)
# https://github.com/NeotokyoRebuild/neo/issues/438#issuecomment-2351068151
set (GL_SHADERS "${CMAKE_SOURCE_DIR}/../game/${CMAKE_PROJECT_NAME}/glshaders.cfg")
# https://github.com/NeotokyoRebuild/neo/pull/587
set(GL_SHADERS "${CMAKE_SOURCE_DIR}/../game/${CMAKE_PROJECT_NAME}/glshaders.cfg")
file(WRITE "${GL_SHADERS}" "glshadercachev002\n{\n}")
file(CHMOD "${GL_SHADERS}" FILE_PERMISSIONS OWNER_READ GROUP_READ WORLD_READ)
endif()
Expand Down

0 comments on commit add195a

Please sign in to comment.