/apps/twnlua: don't compile stb_ds.h

This commit is contained in:
veclavtalica 2025-02-04 09:05:29 +03:00
parent 02b5ac4cc3
commit b6b436e1b7

View File

@ -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 <stb_ds.h>')
print('#include "minilua.h"\n')
bindings, used_converters = [], {}