summaryrefslogtreecommitdiff
path: root/js/src/moz.build
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-07-30 11:24:18 +0000
committerMoonchild <moonchild@palemoon.org>2021-07-30 11:24:18 +0000
commit9bea7e3fa98695ea88012843723c67952d7cdb81 (patch)
treea570d8ffac9103142bec34ae8639e3e317277828 /js/src/moz.build
parent56796cac3c18e1c4f445e24accf3d0675acc28a5 (diff)
downloadaura-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.build2
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']