Skip to content

Commit 368906f

Browse files
committed
Use CMAKE_INSTALL_BINDIR for wamrc installation
1 parent 3f268e5 commit 368906f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wamr-compiler/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,4 +398,4 @@ else()
398398
${UV_A_LIBS})
399399
endif()
400400

401-
install (TARGETS wamrc DESTINATION bin)
401+
install (TARGETS wamrc)

0 commit comments

Comments
 (0)