Skip to content

Commit 44dd17b

Browse files
authored
sync fcitx5 standardpaths (#13)
1 parent 31b3e28 commit 44dd17b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ if (CYGWIN)
2929
else()
3030
set(CMAKE_INSTALL_PREFIX C:)
3131
set(ENV{PKG_CONFIG_PATH} "${CMAKE_SYSROOT}/lib/pkgconfig")
32+
# For std::osyncstream
33+
add_compile_options(-fexperimental-library)
3234
endif()
3335

3436
add_subdirectory(fcitx5)

fcitx5

Submodule fcitx5 updated 121 files

0 commit comments

Comments
 (0)