mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01: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(
|
||||
|
|
2
addons/godot_xterm/native/thirdparty/libtsm
vendored
2
addons/godot_xterm/native/thirdparty/libtsm
vendored
|
@ -1 +1 @@
|
|||
Subproject commit cc6d319df39fe0ed5f0523f42b8e53e3b16f2ae0
|
||||
Subproject commit 308bc9dc51819c1da0b4690e9a0654d28e83fc3c
|
Loading…
Reference in a new issue