import sources

This commit is contained in:
Adam Samalik 2023-06-21 14:43:48 +02:00
parent 07f38e98e6
commit 51f243e87c
2 changed files with 17 additions and 0 deletions

5
.gitignore vendored
View File

@ -1,2 +1,7 @@
/sip-4.19.6.tar.gz
/sip-4.19.7.tar.gz
/sip-4.19.9.dev1805261119.tar.gz
/sip-4.19.12.tar.gz
/sip-4.19.19.tar.gz
/sip-4.19.24.tar.gz
/sip-4.19.25.tar.gz

View File

@ -0,0 +1,12 @@
diff -up sip-4.19.3/configure.py.sip_bin sip-4.19.3/configure.py
--- sip-4.19.3/configure.py.sip_bin 2017-07-03 12:24:27.000000000 -0500
+++ sip-4.19.3/configure.py 2017-07-05 20:21:24.376350683 -0500
@@ -281,7 +281,7 @@ def create_config(module, template, macr
"sip_version": sip_version,
"sip_version_str": sip_version_str,
"platform": build_platform,
- "sip_bin": os.path.join(sip_bin_dir, "sip"),
+ "sip_bin": os.path.join(sip_bin_dir, "python3-sip"),
"sip_inc_dir": sip_inc_dir,
"sip_mod_dir": sip_module_dir,
"default_bin_dir": plat_bin_dir,