Fix missing binary suffix

This commit is contained in:
Arkshine
2014-12-10 15:05:47 +01:00
parent 8443a836aa
commit f4a3d07b0e
4 changed files with 5 additions and 14 deletions

View File

@ -1,7 +1,7 @@
# vim: set sts=2 ts=8 sw=2 tw=99 et ft=python:
import os.path
binary = AMXX.Module(builder, 'regex')
binary = AMXX.MetaModule(builder, 'regex')
if builder.target_platform == 'linux':
binary.compiler.postlink += [binary.Dep('lib_linux/libpcre.a')]