mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
Automated update
This commit is contained in:
parent
aa11b46405
commit
46dc3062a0
8
configure
vendored
8
configure
vendored
@ -12338,11 +12338,9 @@ MOZ_NSPRENV_MOZILLA_CLIENT=
|
||||
|
||||
MOZ_NSPRENV_DIST=`pwd`/dist
|
||||
case "$target" in
|
||||
*-*-os2_emx)
|
||||
MOZ_NSPRENV_DIST=`pwd -D`'/dist'
|
||||
;;
|
||||
*-*-os2_vacpp)
|
||||
MOZ_NSPRENV_DIST="$ROOT"`pwd -D`'/dist'
|
||||
*-*-os2*)
|
||||
MOZ_NSPRENV_DIST=`pwd -D | sed s/^.://`
|
||||
MOZ_NSPRENV_DIST="$ROOT""$MOZ_NSPRENV_DIST/dist"
|
||||
;;
|
||||
esac
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user