mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
forgot to remove somicolon
This commit is contained in:
parent
71225da135
commit
57361e2943
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ if(EXISTS ${GIT_VERSION_FILE})
|
|||
endif()
|
||||
|
||||
set(code_string "// This is a generated file.\n\n"
|
||||
"#define RPCS3_GIT_VERSION \"${GIT_VERSION}\"\;\n\n"
|
||||
"#define RPCS3_GIT_VERSION \"${GIT_VERSION}\"\n\n"
|
||||
"// If you don't want this file to update/recompile, change to 1.\n"
|
||||
"#define RPCS3_GIT_VERSION_NO_UPDATE 0\n")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue