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'
|
||||
add_global_link_arguments(
|
||||
'-static-libgcc',
|
||||
'-static-libstdc++',
|
||||
'-static',
|
||||
'-flto',
|
||||
# '-static-libgcc',
|
||||
# '-static-libstdc++',
|
||||
# '-static',
|
||||
# '-flto',
|
||||
language: 'cpp',
|
||||
)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
[wrap-git]
|
||||
directory=lel-guecs-0.7.0
|
||||
directory=lel-guecs-0.7.2
|
||||
url=https://git.zedshaw.games/games/lel-guecs.git
|
||||
revision=HEAD
|
||||
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