aboutsummaryrefslogtreecommitdiff
path: root/windows/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'windows/CMakeLists.txt')
-rw-r--r--windows/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/CMakeLists.txt b/windows/CMakeLists.txt
index 88e7548..ed59211 100644
--- a/windows/CMakeLists.txt
+++ b/windows/CMakeLists.txt
@@ -3,6 +3,6 @@ add_executable(testc_windows testc.c)
target_link_libraries(testc_windows onig)
if(NOT MSVC)
target_compile_options(testc_windows
- PRIVATE --input-charset=cp932 --exec-charset=cp932
+ PRIVATE -finput-charset=cp932 -fexec-charset=cp932
)
endif(NOT MSVC)