diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2022-12-17 18:16:42 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2022-12-17 18:16:42 +0100 |
| commit | ac0999209787686e3828bdeed04f38019c37f304 (patch) | |
| tree | 679260902ce47de5cbf954a660e8c455f8de5cd6 | |
| parent | e892e413c219dbd8221c5c0f13942fabb51eade9 (diff) | |
requirements updatev0.4.5
| -rw-r--r-- | VERSION | 2 | ||||
| -rw-r--r-- | requirements.pip.dev.txt | 2 | ||||
| -rw-r--r-- | requirements.pip.runtime.txt | 6 | ||||
| -rw-r--r-- | src_doit/c.py | 2 |
4 files changed, 6 insertions, 6 deletions
@@ -1 +1 @@ -0.4.4 +0.4.5 diff --git a/requirements.pip.dev.txt b/requirements.pip.dev.txt index 16c5549..4f37eb9 100644 --- a/requirements.pip.dev.txt +++ b/requirements.pip.dev.txt @@ -1,3 +1,3 @@ -r requirements.pip.runtime.txt -hat-doit ~= 0.11.6 +hat-doit ~= 0.11.9 diff --git a/requirements.pip.runtime.txt b/requirements.pip.runtime.txt index 7fa87ea..4700d80 100644 --- a/requirements.pip.runtime.txt +++ b/requirements.pip.runtime.txt @@ -1,4 +1,4 @@ aiohttp ~= 3.8.3 -hat-aio ~= 0.7.2 -hat-json ~= 0.5.12 -pycairo ~= 1.21.0 +hat-aio ~= 0.7.3 +hat-json ~= 0.5.13 +pycairo ~= 1.23.0 diff --git a/src_doit/c.py b/src_doit/c.py index 36257f6..d365826 100644 --- a/src_doit/c.py +++ b/src_doit/c.py @@ -18,7 +18,7 @@ src_py_dir = Path('src_py') build_c_dir = build_dir / 'c' platforms = [common.local_platform] -if common.local_platform == common.Platform.LINUX_X86_64: +if common.local_platform == common.Platform.LINUX_GNU_X86_64: platforms.append(common.Platform.WINDOWS_AMD64) cc_flags = ['-fPIC', '-O2'] |
