Skip to content

Commit

Permalink
fix windows build
Browse files Browse the repository at this point in the history
Signed-off-by: Cocoa <i@uwucocoa.moe>
  • Loading branch information
cocoa-xu committed Feb 12, 2025
1 parent a47d56c commit 489e49b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ include_directories("${PRIV_DIR}/include")

if(WIN32)
string(REPLACE "\\" "/" C_SRC "${C_SRC}")
string(REPLACE "\\" "/" NANOARROW_SRC "${NANOARROW_SRC}")
endif()
set(SOURCE_FILES
"${C_SRC}/nif_utils.cpp"
Expand Down

0 comments on commit 489e49b

Please sign in to comment.