Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
theofficialgman committed Feb 2, 2024
1 parent 0cfb1ba commit 46b85bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Platform/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ elseif (WIN32)
set(FosterTarget x64)
elseif (UNIX)
if(CMAKE_SYSTEM_PROCESSOR STREQUAL "aarch64")
message("Using ARM64")
set(FosterTarget libarm64)
else()
message("Using x64")
set(FosterTarget lib64)
endif()
else()
Expand Down

0 comments on commit 46b85bb

Please sign in to comment.