fix wscript uselib

This commit is contained in:
Josh Holtrop 2018-03-15 22:08:02 -04:00
parent 1ce1dc41ea
commit 3048ea4639

View File

@ -17,4 +17,4 @@ def build(bld):
target = APPNAME,
source = sources,
cxxflags = ["-Wall", "-std=gnu++14", "-O2", "-Wno-switch"],
uselib = ["oniguruma"])
uselib = ["ONIGURUMA"])