mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 12:05:23 +00:00
There is a special place in hell for 'Smart Dashes'
This commit is contained in:
parent
3c8084b2c7
commit
10647890ef
1 changed files with 2 additions and 2 deletions
|
@ -31,8 +31,8 @@ if (NOT MSVC)
|
|||
endif()
|
||||
|
||||
if (APPLE)
|
||||
set(CMAKE_CXX_FLAGS “${CMAKE_CXX_FLAGS} -I/opt/X11/include”)
|
||||
set(CMAKE_C_FLAGS “${CMAKE_C_FLAGS} -I/opt/X11/include”)
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I/opt/X11/include")
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -I/opt/X11/include")
|
||||
endif()
|
||||
|
||||
If( NOT RPCS3_SRC_DIR)
|
||||
|
|
Loading…
Add table
Reference in a new issue