We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51dd64 commit 6da8181Copy full SHA for 6da8181
1 file changed
CMakeLists.txt
@@ -1591,6 +1591,12 @@ elseif(WIN32)
1591
PRIVATE "secur32"
1592
PRIVATE "pdh"
1593
)
1594
+ if(CMAKE_SYSTEM_PROCESSOR STREQUAL "ARM64")
1595
+ # WoA only works on Windows 10 or higher
1596
+ target_link_libraries(libfastfetch
1597
+ PRIVATE "mincore"
1598
+ )
1599
+ endif()
1600
elseif(FreeBSD)
1601
target_link_libraries(libfastfetch
1602
PRIVATE "m"
0 commit comments