Skip to content

Commit

Permalink
wscript: use werror uselib to enable werror flags
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Jan 30, 2024
1 parent f2a28de commit 2d9b5af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wscript
Expand Up @@ -24,7 +24,7 @@ def configure(conf):

def build(bld):
source = bld.path.ant_glob(['src/*.c'])
libs = []
libs = ['werror']
if bld.env.DEST_OS2 == 'android':
libs += ['LOG']
includes = ['src/']
Expand Down

0 comments on commit 2d9b5af

Please sign in to comment.