mirror of
https://github.com/lihop/godot-xterm.git
synced 2025-05-04 04:14:22 +02:00
Ensure libtsm uses correct version of wcwidth
Previously it was using some other linked version, not the one in thirdparty/libtsm/external/wcwidth.
This commit is contained in:
parent
a337143949
commit
4b73c958c0
2 changed files with 2 additions and 2 deletions
|
@ -198,9 +198,9 @@ env.Append(CPPPATH=[
|
|||
])
|
||||
|
||||
sources = []
|
||||
sources.append('thirdparty/libtsm/build/external/wcwidth/wcwidth.c')
|
||||
sources.append('thirdparty/libtsm/build/src/shared/shl-htable.c')
|
||||
sources.append(Glob('thirdparty/libtsm/build/src/tsm/*.c'))
|
||||
sources.append(Glob('thirdparty/libtsm/build/external/wcwidth/*.c'))
|
||||
|
||||
libtsm = env.StaticLibrary(
|
||||
target='thirdparty/libtsm/build/bin/libtsm.{}.{}.{}{}'.format(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue