Skip to content

Commit

Permalink
fixup! feat(ci): create win32 installer
Browse files Browse the repository at this point in the history
  • Loading branch information
therealbobo committed Nov 2, 2023
1 parent b1ceee2 commit 7bae427
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion userspace/falco/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,8 @@ if (EMSCRIPTEN)
"$<TARGET_FILE_DIR:falco>/falco.wasm"
DESTINATION ${FALCO_BIN_DIR}
COMPONENT "${FALCO_COMPONENT_NAME}")
elseif (WIN32)
elseif (WIN32 OR MSVC)
message("AAA WIN32")
install(TARGETS falco
DESTINATION programs
COMPONENT "${FALCO_COMPONENT_NAME}")
Expand Down

0 comments on commit 7bae427

Please sign in to comment.