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 /src_doit | |
| parent | e892e413c219dbd8221c5c0f13942fabb51eade9 (diff) | |
requirements updatev0.4.5
Diffstat (limited to 'src_doit')
| -rw-r--r-- | src_doit/c.py | 2 |
1 files changed, 1 insertions, 1 deletions
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'] |
