mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-24 14:24:54 +00:00
Fixes build if the build path has spaces in it.
This commit is contained in:
parent
a2d73ed525
commit
d710e3af82
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ macro(add_dolphin_library lib srcs libs)
|
|||
add_dependencies(${lib} pch)
|
||||
set_source_files_properties(
|
||||
${srcs} PROPERTIES
|
||||
COMPILE_FLAGS "-include ${pch_out_filename}"
|
||||
COMPILE_FLAGS "-include '${pch_out_filename}'"
|
||||
OBJECT_DEPENDS "${pch_lib_filename}")
|
||||
endif(ENABLE_PCH)
|
||||
endmacro(add_dolphin_library)
|
||||
|
|
Loading…
Add table
Reference in a new issue