mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 12:05:23 +00:00
Stupid mistake.
This commit is contained in:
parent
582825934c
commit
3c8084b2c7
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ if (NOT MSVC)
|
|||
endif()
|
||||
|
||||
if (APPLE)
|
||||
set(CMAKE_CXX_FLAGS “${CMAKE_CXX_FLAGS} -I/opt/include/X11”)
|
||||
set(CMAKE_CXX_FLAGS “${CMAKE_CXX_FLAGS} -I/opt/X11/include”)
|
||||
set(CMAKE_C_FLAGS “${CMAKE_C_FLAGS} -I/opt/X11/include”)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue