diff options
author | Jeremy Andrews <athenian200@outlook.com> | 2021-10-10 08:53:14 -0500 |
---|---|---|
committer | Jeremy Andrews <athenian200@outlook.com> | 2021-10-10 08:53:14 -0500 |
commit | 0ea4019528592afbe0ae918350dd259ef6e5719a (patch) | |
tree | 061bb883d883c3b2c045e68084b11f1d92980307 /config | |
parent | 31dfa8ed97209ed4004f071c552efe499378ded6 (diff) | |
download | aura-central-0ea4019528592afbe0ae918350dd259ef6e5719a.tar.gz |
Issue %3003 - Move fdlibm to libs/
Diffstat (limited to 'config')
-rw-r--r-- | config/external/fdlibm/moz.build | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/config/external/fdlibm/moz.build b/config/external/fdlibm/moz.build deleted file mode 100644 index 401cac4ad..000000000 --- a/config/external/fdlibm/moz.build +++ /dev/null @@ -1,11 +0,0 @@ -# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*- -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -with Files('**'): - BUG_COMPONENT = ('Core', 'JavaScript Engine') - -DIRS += [ - '../../../modules/fdlibm', -] |