Update to new lel and bring in utf8cpp.
This commit is contained in:
parent
b62cb8fe92
commit
d583a28b9c
3 changed files with 14 additions and 5 deletions
|
|
@ -23,10 +23,10 @@ dependencies = []
|
||||||
|
|
||||||
if build_machine.system() == 'windows'
|
if build_machine.system() == 'windows'
|
||||||
add_global_link_arguments(
|
add_global_link_arguments(
|
||||||
'-static-libgcc',
|
# '-static-libgcc',
|
||||||
'-static-libstdc++',
|
# '-static-libstdc++',
|
||||||
'-static',
|
# '-static',
|
||||||
'-flto',
|
# '-flto',
|
||||||
language: 'cpp',
|
language: 'cpp',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
[wrap-git]
|
[wrap-git]
|
||||||
directory=lel-guecs-0.7.0
|
directory=lel-guecs-0.7.2
|
||||||
url=https://git.zedshaw.games/games/lel-guecs.git
|
url=https://git.zedshaw.games/games/lel-guecs.git
|
||||||
revision=HEAD
|
revision=HEAD
|
||||||
depth=1
|
depth=1
|
||||||
|
|
|
||||||
9
wraps/utf8cpp.wrap
Normal file
9
wraps/utf8cpp.wrap
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
[wrap-git]
|
||||||
|
directory=utf8cpp-4.0.9
|
||||||
|
url=https://github.com/nemtrif/utfcpp.git
|
||||||
|
revision=v4.0.9
|
||||||
|
depth=1
|
||||||
|
method=cmake
|
||||||
|
|
||||||
|
[provide]
|
||||||
|
utf8cpp = utf8cpp_dep
|
||||||
Loading…
Add table
Add a link
Reference in a new issue