ewol/external/z/lutin_z.py

13 lines
208 B
Python
Raw Normal View History

2013-04-21 22:29:27 +02:00
#!/usr/bin/python
import lutinModule
def Create(target):
myModule = lutinModule.module(__file__, 'z', 'PREBUILD')
myModule.AddExportflag_LD('-lz')
# add the currrent module at the
return myModule