mirror of
https://github.com/jhasse/poly2tri.git
synced 2025-08-03 13:55:39 +02:00
removed bad import; updated README
This commit is contained in:
7
wscript
7
wscript
@@ -40,15 +40,16 @@ def configure(conf):
|
||||
def build(bld):
|
||||
|
||||
print(' building')
|
||||
'''
|
||||
|
||||
'''
|
||||
# A static library
|
||||
# The extension (.a) is added automatically
|
||||
bld.new_task_gen(
|
||||
features = 'cxx cstaticlib',
|
||||
features = 'cxx cshlib',
|
||||
source = p2t_source_files,
|
||||
name = 'poly2tri',
|
||||
target = 'poly2tri')
|
||||
|
||||
|
||||
# 1. A simple program
|
||||
bld.new_task_gen(
|
||||
features = 'cxx cprogram',
|
||||
|
Reference in New Issue
Block a user