There was an error while loading. Please reload this page.
1 parent 90cdf42 commit f979edbCopy full SHA for f979edb
1 file changed
cpp/src/arrow/flight/sql/odbc/CMakeLists.txt
@@ -95,6 +95,10 @@ foreach(LIB_TARGET ${ARROW_FLIGHT_SQL_ODBC_LIBRARIES})
95
target_compile_definitions(${LIB_TARGET} PRIVATE ARROW_FLIGHT_SQL_ODBC_EXPORTING)
96
endforeach()
97
98
+if(APPLE)
99
+ target_compile_definitions(arrow_flight_sql_odbc PRIVATE SQL_NOUNICODE)
100
+endif()
101
+
102
# Construct ODBC Windows installer. Only Release installer is supported
103
if(ARROW_FLIGHT_SQL_ODBC_INSTALLER)
104
0 commit comments