Skip to content

Commit c47eaa3

Browse files
committed
try to add arm-openwrt-linux-strip
1 parent 0837bbd commit c47eaa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ project (Jerry CXX C ASM)
9696
elseif("${PLATFORM}" STREQUAL "OPENWRT")
9797
set(PLATFORM_EXT "LINUX")
9898
set(EXTERNAL_BUILD FALSE)
99-
99+
find_program(CMAKE_STRIP NAMES arm-openwrt-linux-strip strip)
100100
option(STRIP_RELEASE_BINARY "Strip symbols from release binaries" ON)
101101
else()
102102
message(FATAL_ERROR "Platform '${PLATFORM}' is not supported")

0 commit comments

Comments
 (0)