Skip to content

Commit 8c30cd1

Browse files
authored
Fix cmake install of binaryen.js (#2115)
Oversight from #2105
1 parent 64e6807 commit 8c30cd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ INSTALL(FILES src/binaryen-c.h DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
180180
# if binaryen.js was built (using "./build-js.sh", currently
181181
# optional), install it
182182
IF(EXISTS "${PROJECT_SOURCE_DIR}/out/binaryen.js")
183-
INSTALL(FILES bin/binaryen.js DESTINATION ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME})
183+
INSTALL(FILES out/binaryen.js DESTINATION ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME})
184184
ENDIF()
185185

186186
SET(wasm-shell_SOURCES

0 commit comments

Comments
 (0)