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:
Leroy Hopson 2021-06-22 13:28:03 +07:00
parent a337143949
commit 4b73c958c0
No known key found for this signature in database
GPG key ID: D2747312A6DB51AA
2 changed files with 2 additions and 2 deletions

View file

@ -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(

@ -1 +1 @@
Subproject commit cc6d319df39fe0ed5f0523f42b8e53e3b16f2ae0
Subproject commit 308bc9dc51819c1da0b4690e9a0654d28e83fc3c