diff options
author | Moonchild <moonchild@palemoon.org> | 2021-07-30 11:24:18 +0000 |
---|---|---|
committer | Moonchild <moonchild@palemoon.org> | 2021-07-30 11:24:18 +0000 |
commit | 9bea7e3fa98695ea88012843723c67952d7cdb81 (patch) | |
tree | a570d8ffac9103142bec34ae8639e3e317277828 /js/src/moz.build | |
parent | 56796cac3c18e1c4f445e24accf3d0675acc28a5 (diff) | |
download | aura-central-9bea7e3fa98695ea88012843723c67952d7cdb81.tar.gz |
Issue mcp-graveyard/UXP%1675 - Move regexp to new-regexp to make bz porting simpler.
Diffstat (limited to 'js/src/moz.build')
-rw-r--r-- | js/src/moz.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/moz.build b/js/src/moz.build index 9cad8e52e..6664007ad 100644 --- a/js/src/moz.build +++ b/js/src/moz.build @@ -123,7 +123,7 @@ if CONFIG['JS_BUNDLED_EDITLINE']: DIRS += ['editline'] if CONFIG['JS_NEW_REGEXP']: - DIRS += ['regexp'] + DIRS += ['new-regexp'] if not CONFIG['JS_DISABLE_SHELL']: DIRS += ['shell'] |