nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff --git a/src/Levenshtein/CMakeLists.txt b/src/Levenshtein/CMakeLists.txt
2index 721f7a7..f6159ed 100644
3--- a/src/Levenshtein/CMakeLists.txt
4+++ b/src/Levenshtein/CMakeLists.txt
5@@ -9,7 +9,7 @@ function(create_cython_target _name)
6 MAIN_DEPENDENCY "${CMAKE_CURRENT_LIST_DIR}/${_name}.pyx"
7 VERBATIM
8 COMMAND
9- Python::Interpreter -m cython "${CMAKE_CURRENT_LIST_DIR}/${_name}.pyx"
10+ Python::Interpreter -m cython --cplus "${CMAKE_CURRENT_LIST_DIR}/${_name}.pyx"
11 --output-file "${CMAKE_CURRENT_BINARY_DIR}/${_name}.cxx")
12
13 set(${_name}