Bug 1578501 [wpt PR 18803] - WebKit export of https://bugs.webkit.org/show_bug.cgi...
[gecko.git] / build / mozconfig.nasm
blob055ec6cb7babc9ba8f9b2eeb6c8ffdc110c81cfc
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 case "$(uname -s)" in
6 MINGW*)
7     export NASM=$MOZ_FETCHES_DIR/nasm/nasm.exe
8     ;;
9 *)
10     export NASM=$MOZ_FETCHES_DIR/nasm/nasm
11     ;;
12 esac