Skip to content

Commit

Permalink
Update libtcod submodule.
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Mar 9, 2018
1 parent 08e127a commit fa5709f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build_libtcod.py
Expand Up @@ -92,10 +92,10 @@ def unpack_sdl2(version):

sources += walk_sources('tcod/')
sources += walk_sources('tdl/')
sources += [file for file in walk_sources('libtcod/src')
if 'sys_sfml_c' not in file
and 'sdl12' not in file
]
sources += ['libtcod/src/libtcod_c.c']
sources += ['libtcod/src/png/lodepng.c']
sources += glob.glob('libtcod/src/zlib/*.c')


if sys.platform == 'win32':
libraries += ['User32', 'OpenGL32']
Expand Down
2 changes: 1 addition & 1 deletion libtcod

0 comments on commit fa5709f

Please sign in to comment.