summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorathenian200 <athenian200@outlook.com>2019-10-04 04:37:51 -0500
committerathenian200 <athenian200@outlook.com>2019-10-21 04:53:43 -0500
commit24898cd1c0f4f80c6390e9dc9164492d14e22ef4 (patch)
tree30a30c687b2d45a0c866e2d16e4974b67ffd4f61 /config
parent2e908a8b2c02750f40fdcd5c9b993d881d9fd48f (diff)
downloaduxp-24898cd1c0f4f80c6390e9dc9164492d14e22ef4.tar.gz
Fix a bunch of dumb typos and omissions.
Diffstat (limited to 'config')
-rw-r--r--config/external/nspr/pr/moz.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/external/nspr/pr/moz.build b/config/external/nspr/pr/moz.build
index 02811aae83..84d6e79039 100644
--- a/config/external/nspr/pr/moz.build
+++ b/config/external/nspr/pr/moz.build
@@ -63,7 +63,7 @@ elif CONFIG['OS_TARGET'] == 'SunOS':
if CONFIG['CPU_ARCH'] == 'x86_64':
SOURCES += ['/nsprpub/pr/src/md/unix/os_SunOS_x86_64.s']
elif CONFIG['CPU_ARCH'] == 'x86':
- SOURCES += ['/nsprpub/pr/src/md/unix/os_SunOS/x86.s']
+ SOURCES += ['/nsprpub/pr/src/md/unix/os_SunOS_x86.s']
elif CONFIG['OS_TARGET'] == 'WINNT':
OS_LIBS += [
'advapi32',