5 lines
No EOL
130 B
PowerShell
Executable file
5 lines
No EOL
130 B
PowerShell
Executable file
$os = $args[0]
|
|
$qmake_args = $args[1]
|
|
|
|
echo "We are building for GNU/Linux on Ubuntu."
|
|
echo "OS: $os; qmake args: $qmake_args" |