author | Michael Ratcliffe <mratcliffe@mozilla.com> |
Wed, 29 May 2019 12:40:53 +0000 | |
changeset 476116 | b860b13c8eae8d8eeb363c21f2aa3c1430e0301b |
parent 460981 | fae88bb4c6da6cb2c555b8271de4860b13e4378f |
child 488149 | 73576d4b23de5f35476f4e3d439adf498b9ab5d1 |
permissions | -rw-r--r-- |
# 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/. case "$(uname -s)" in MINGW*) export NASM=$topsrcdir/nasm/nasm.exe ;; *) export NASM=$topsrcdir/nasm/nasm ;; esac