Skip to content

Commit

Permalink
chore: init
Browse files Browse the repository at this point in the history
  • Loading branch information
dockfries committed Dec 1, 2024
1 parent 621611d commit 9bc9734
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions DepsDownload.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,8 @@ function(DownloadDeps)
message("Not Support x64...")
endif()
elseif(UNIX)
message("Checking binaries...")

if(SIZEOF_VOID_P STREQUAL "4")
DownloadFile("libnode.so.115" "${__base_path}/${__deps_os_path_name}" "libnode.so.115")
else()
message("Not Support x64...")
endif()
message("Checking binaries...Only x86 support")
DownloadFile("libnode.so.115" "${__base_path}/${__deps_os_path_name}" "libnode.so.115")
endif()
endif()
endfunction()

0 comments on commit 9bc9734

Please sign in to comment.