From 906e14bdcee9651d53a4110198aa7334b752a317 Mon Sep 17 00:00:00 2001 From: Jeremiah Morgan Date: Sat, 24 May 2025 17:44:45 +0100 Subject: [PATCH] build system: remove STANDALONE from cabchecksum.pyx --- openage/cabextract/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openage/cabextract/CMakeLists.txt b/openage/cabextract/CMakeLists.txt index 9a545259af..87f4fd36eb 100644 --- a/openage/cabextract/CMakeLists.txt +++ b/openage/cabextract/CMakeLists.txt @@ -1,6 +1,6 @@ add_cython_modules( lzxd.pyx - STANDALONE cabchecksum.pyx + cabchecksum.pyx ) add_py_modules(