We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3a32e commit 1e0d8daCopy full SHA for 1e0d8da
Build/Scripts/build_thirdparty_libs.sh
@@ -6,7 +6,6 @@ echo "Current shell: $SHELL"
6
source ../Scripts/set_compilers.sh
7
8
9
-
10
# PARSE OPTIONS FOR CLEAN LIBRARY BUILDS ####################################
11
12
# Set FIREMODELS environment variable if it is not already exists.
Build/Scripts/set_compilers.sh
@@ -1,3 +1,5 @@
1
+#!/bin/bash
2
+
3
echo "FDS build target = $FDS_BUILD_TARGET"
4
5
# Initialize variables and check environment variables
0 commit comments