mirror of
https://github.com/AxioDL/nod.git
synced 2025-08-11 06:29:14 +00:00
NX build fixes
This commit is contained in:
parent
1ad101897c
commit
eb6aa30563
@ -16,6 +16,6 @@ add_library(nod
|
|||||||
nod.cpp
|
nod.cpp
|
||||||
${PLAT_SRCS}
|
${PLAT_SRCS}
|
||||||
${NOD_HEADERS})
|
${NOD_HEADERS})
|
||||||
if(NOT MSVC)
|
if(NOT MSVC AND NOT NX)
|
||||||
set_source_files_properties(aes.cpp PROPERTIES COMPILE_FLAGS -maes)
|
set_source_files_properties(aes.cpp PROPERTIES COMPILE_FLAGS -maes)
|
||||||
endif()
|
endif()
|
||||||
|
2
logvisor
2
logvisor
@ -1 +1 @@
|
|||||||
Subproject commit 82f1df9c40edc99a2d68499f363161e5b0bef849
|
Subproject commit 22ed01ffc5e5944479ed69d7b45dc8c96465063e
|
Loading…
x
Reference in New Issue
Block a user