From b6b436e1b74cbad9e0cf5490b9fa65fc9ff1fc23 Mon Sep 17 00:00:00 2001 From: veclavtalica Date: Tue, 4 Feb 2025 09:05:29 +0300 Subject: [PATCH] /apps/twnlua: don't compile stb_ds.h --- apps/twnlua/bindgen.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/apps/twnlua/bindgen.py b/apps/twnlua/bindgen.py index 6817345..e0eff55 100755 --- a/apps/twnlua/bindgen.py +++ b/apps/twnlua/bindgen.py @@ -64,9 +64,6 @@ def from_table(typedesc, variable, indent = 0): print('#include "twn_game_api.h"\n') -if not "--no-dynlib-game" in sys.argv: - print('#define STB_DS_IMPLEMENTATION') -print('#include ') print('#include "minilua.h"\n') bindings, used_converters = [], {}