We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1504b38 commit c441936Copy full SHA for c441936
rerun_cpp/CMakeLists.txt
@@ -160,7 +160,7 @@ if(RERUN_DOWNLOAD_AND_BUILD_ARROW)
160
set(DARROW_CXXFLAGS "")
161
endif()
162
163
- # Workaround for https://stackoverflow.com/questions/35519538/visual-studio-code-tab-key-does-not-insert-a-tab
+ # Workaround for https://github.com/apache/arrow/issues/36117
164
# This works around linking issues on Windows we got after enabling mimalloc.
165
if(MSVC)
166
file(MAKE_DIRECTORY ${ARROW_DOWNLOAD_PATH}/src/arrow_cpp-build/debug/)
0 commit comments