diff options
author | Ovnuniarchos <pujalte.jorge@gmail.com> | 2015-07-26 20:16:38 +0200 |
---|---|---|
committer | Ovnuniarchos <pujalte.jorge@gmail.com> | 2015-07-26 20:16:38 +0200 |
commit | af132adf94da56ff231ce6f69f8098666cf7d9b0 (patch) | |
tree | d40e6ad16b9907fb9ad134f3189035a9f85113b8 /drivers/SCsub | |
parent | d1a260c9660e98da2f8a0ba4af2dd2cde6aeb311 (diff) | |
parent | 07c99e11f5939699fefa10fab0b898ddc9246f85 (diff) |
Merge remote-tracking branch 'refs/remotes/origin/master'
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"); |