Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions pal/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,8 @@ set(SOURCES
cruntime/wchar.cpp
cruntime/wchartls.cpp
safecrt/makepath_s.c
safecrt/mbusafecrt.c
safecrt/mbusafecrt.c
safecrt/safecrt_input_s.c
# safecrt/safecrt_output_l.c
safecrt/safecrt_output_s.c
safecrt/safecrt_winput_s.c
safecrt/safecrt_woutput_s.c
Expand Down Expand Up @@ -181,7 +180,7 @@ if(CMAKE_SYSTEM_NAME STREQUAL Linux)
unwind-x86_64
)
endif()

target_link_libraries(Chakra.Pal
gcc_s
pthread
Expand Down
Loading