diff options
| author | Matheus Catarino <matheus-catarino@hotmail.com> | 2025-07-05 10:28:14 -0300 |
|---|---|---|
| committer | Matheus Catarino <matheus-catarino@hotmail.com> | 2025-07-05 10:28:14 -0300 |
| commit | 22a75482433de85492cd7c7d63a69671b1c86108 (patch) | |
| tree | f209dc876b0419a39c141c2bf600b1e58baa4018 /bindgen | |
| parent | ad15fcd5c28acae9e97061d510a5d87dba8c692b (diff) | |
testing in CI/CD
Diffstat (limited to 'bindgen')
| -rw-r--r-- | bindgen/gen_all.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bindgen/gen_all.py b/bindgen/gen_all.py index e1b946a7..84f416bc 100644 --- a/bindgen/gen_all.py +++ b/bindgen/gen_all.py @@ -57,7 +57,6 @@ d_tasks = [ if os.path.exists('../tests/ext/nuklear.h'): d_tasks.append([ '../util/sokol_nuklear.h', 'snk_', ['sg_', 'sapp_'] ]) if os.path.exists('sokol-d'): - os.makedirs('sokol-d/src/sokol/c', exist_ok=True) shutil.copy('../tests/ext/nuklear.h', 'sokol-d/src/sokol/c/nuklear.h') gen_d.prepare() for task in d_tasks: |