mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-08-02 22:30:39 +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)
|
add_compile_options(-pthread)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(USE_RESTRICTED_KELINUX)
|
if(USE_RESTRICTED_SELINUX)
|
||||||
add_compile_definitions(RESTRICTED_SELINUX)
|
add_compile_definitions(RESTRICTED_SELINUX)
|
||||||
|
message(STATUS "compiling for restricted selinux")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# TODO: do real installation, including copying directory structure
|
# TODO: do real installation, including copying directory structure
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue