diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2021-12-28 21:15:48 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2021-12-28 21:15:48 +0100 |
| commit | ec322371a96035ea7e23afb58c83bd94c97f6cd8 (patch) | |
| tree | d107e7d0d933e076d64857c8283ab97159703366 /src_doit/c.py | |
| parent | 13f25e57ec613db028b8e8816909606dcef2f9d8 (diff) | |
WIP c implementation
Diffstat (limited to 'src_doit/c.py')
| -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 49c794f..7c7162a 100644 --- a/src_doit/c.py +++ b/src_doit/c.py @@ -23,7 +23,7 @@ if local_platform == Platform.LINUX: platforms.append(Platform.WINDOWS) builds = [CBuild(src_paths=[*src_c_dir.rglob('*.c'), - *(deps_dir / 'argparse').rglob('*.c')], + deps_dir / 'argparse/argparse.c'], build_dir=build_c_dir / platform.name.lower(), platform=platform, cc_flags=['-fPIC', '-O2', |
