mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
update
This commit is contained in:
parent
be15a1650b
commit
756aea5187
1 changed files with 2 additions and 1 deletions
|
@ -138,8 +138,9 @@ if(NOT WIN32)
|
|||
add_compile_options(-pthread)
|
||||
endif()
|
||||
|
||||
if(USE_RESTRICTED_KELINUX)
|
||||
if(USE_RESTRICTED_SELINUX)
|
||||
add_compile_definitions(RESTRICTED_SELINUX)
|
||||
message(STATUS "compiling for restricted selinux")
|
||||
endif()
|
||||
|
||||
# TODO: do real installation, including copying directory structure
|
||||
|
|
Loading…
Add table
Reference in a new issue