Cleaned up extended use example

This commit is contained in:
Daniel Brosche 2017-09-21 22:16:03 +02:00 committed by Thomas Nagy
parent c26f8c12c2
commit 6e44206a67
2 changed files with 0 additions and 3 deletions

View File

@ -7,7 +7,6 @@ INCLUDES = [
def build(bld):
bld.shlib(
#features='selective_install',
target='lib',
source='lib.c',
includes=INCLUDES,

View File

@ -7,10 +7,8 @@ INCLUDES = [
]
def build(bld):
bld.shlib(
#features='selective_install',
target='libex',
source='libex.c',
includes=INCLUDES,