mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-06 04:47:15 +08:00
15 lines
501 B
Diff
15 lines
501 B
Diff
|
diff --git a/setup.py b/setup.py
|
||
|
index 6956603..d74fa1f 100644
|
||
|
--- a/setup.py
|
||
|
+++ b/setup.py
|
||
|
@@ -3,4 +3,5 @@ setup (name="cups", version="1.0",
|
||
|
ext_modules=[Extension("cups",
|
||
|
["cupsmodule.c", "cupsconnection.c",
|
||
|
"cupsppd.c", "cupsipp.c"],
|
||
|
- libraries=["cups"])])
|
||
|
+ libraries=["cups"],
|
||
|
+ define_macros=[("VERSION", '"1.9.49"')])])
|
||
|
--
|
||
|
1.5.5.6
|
||
|
|