Skip to content

Commit 59eca56

Browse files
committed
Feature(runtime): WIN32 is not posix compatibility 😺
1 parent f06ab08 commit 59eca56

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/runtime/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ if (WIN32)
3333
)
3434
else()
3535
set(
36+
SOURCE_FILES
37+
${SOURCE_FILES}
3638
v8/src/base/platform/platform-posix.cc
3739
v8/src/base/platform/platform-posix-time.cc
3840
)

0 commit comments

Comments
 (0)