- for clang-based compilers the default linker may be lld or simply ld. Support '+link-ld' to explicitly select use of the ld linker. - consolidate linker rules into single files STYLE: adjust SPDX Identifier
14 lines
463 B
Bash
14 lines
463 B
Bash
#!/bin/sh
|
|
exec "@PROJECT_DIR@"/etc/openfoam "$@"
|
|
#------------------------------------------------------------------------------
|
|
# This file is part of OpenFOAM (www.openfoam.com)
|
|
#
|
|
# Copyright (C) 2020-2021 OpenCFD Ltd.
|
|
# SPDX-License-Identifier: (GPL-3.0-or-later)
|
|
#
|
|
# Description
|
|
# Forward to OpenFOAM etc/openfoam bash session script.
|
|
# Uses hard-coded directory path.
|
|
#
|
|
#------------------------------------------------------------------------------
|