mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-03-15 19:31:43 +00:00
Revert "Revert "[chore][bflb_tools] update bflb_fw_post_proc,add mac support""
This reverts commit bafc9658e7
.
This commit is contained in:
parent
bafc9658e7
commit
0a4bfc1ded
5 changed files with 4 additions and 7 deletions
|
@ -1,8 +1,9 @@
|
|||
|
||||
if(MINGW OR CYGWIN OR WIN32)
|
||||
set(TOOL_SUFFIX ".exe")
|
||||
elseif(UNIX OR APPLE)
|
||||
set(TOOL_SUFFIX "")
|
||||
elseif(UNIX)
|
||||
set(TOOL_SUFFIX "-ubuntu")
|
||||
elseif(APPLE)
|
||||
set(TOOL_SUFFIX "-macos")
|
||||
endif()
|
||||
|
||||
set(BL_FW_POST_PROC ${BL_SDK_BASE}/tools/bflb_tools/bflb_fw_post_proc/bflb_fw_post_proc${TOOL_SUFFIX})
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
SET(CMAKE_SYSTEM_NAME Generic)
|
||||
SET(CMAKE_SYSTEM_VERSION 1)
|
||||
set(CMAKE_SYSTEM_PROCESSOR RISCV)
|
||||
|
||||
if(MINGW OR CYGWIN OR WIN32)
|
||||
set(WHERE_CMD where)
|
||||
set(TOOLCHAIN_SUFFIX ".exe")
|
||||
|
|
BIN
tools/bflb_tools/bflb_fw_post_proc/bflb_fw_post_proc-macos
Executable file
BIN
tools/bflb_tools/bflb_fw_post_proc/bflb_fw_post_proc-macos
Executable file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue