mirror of
https://github.com/AxioDL/nod.git
synced 2025-12-09 21:48:01 +00:00
NX build fixes
This commit is contained in:
@@ -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
Submodule logvisor updated: 82f1df9c40...22ed01ffc5
Reference in New Issue
Block a user