Skip to content

Commit

Permalink
fix: wasm ci attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyconover committed Jul 2, 2024
1 parent f6a0ef0 commit ebf7422
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ elseif("${extracted_platform_prefix}" STREQUAL "wasm")
set(Rust_CARGO_TARGET "wasm32-unknown-emscripten")
endif()

message(STATUS "DUCKDB_PLATFORM: ${DUCKDB_PLATFORM}")
message(STATUS "OS_ARCH: ${OS_ARCH}")
message(STATUS "OS_NAME: ${OS_NAME}")
message(STATUS "Rust_CARGO_TARGET: ${Rust_CARGO_TARGET}")
# We currently only support the predefined targets.
#if ("${Rust_CARGO_TARGET}" STREQUAL "")
# message(FATAL_ERROR "Failed to detect the correct platform")
Expand Down

0 comments on commit ebf7422

Please sign in to comment.