diff options
author | Lee Zher Huei <lee.zh.92@gmail.com> | 2015-07-24 01:18:46 +0100 |
---|---|---|
committer | Lee Zher Huei <lee.zh.92@gmail.com> | 2015-07-24 01:18:46 +0100 |
commit | ef005d4f64d2ee2b35185d4fbdf2aea684cd4966 (patch) | |
tree | 5653f85ff2761b5b26dc814b135858dc668954b3 /drivers/SCsub | |
parent | f697ec2fe022583dde5f3ae650f49cfd7f237c33 (diff) |
Regex library Nrex initial port
Diffstat (limited to 'drivers/SCsub')
-rw-r--r-- | drivers/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/SCsub b/drivers/SCsub index 6ab0973625..3028139f50 100644 --- a/drivers/SCsub +++ b/drivers/SCsub @@ -29,7 +29,7 @@ if (env["openssl"]=="builtin"): SConscript("rtaudio/SCsub"); SConscript("nedmalloc/SCsub"); -SConscript("trex/SCsub"); +SConscript("nrex/SCsub"); SConscript("chibi/SCsub"); if (env["vorbis"]=="yes" or env["speex"]=="yes" or env["theora"]=="yes"): SConscript("ogg/SCsub"); |