Skip to content

Commit ca98d25

Browse files
committed
Merge branch 'dev' of https://github.com/sonic-pi-net/sonic-pi into dev
2 parents bbb3b69 + 68484db commit ca98d25

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

app/linux-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44
WORKING_DIR="$(pwd)"
55

66
args=("$@")
7-
config=""
7+
config="Release"
88
no_imgui=false
99
system_libs=false
1010

app/mac-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44
WORKING_DIR="$(pwd)"
55

66
args=("$@")
7-
config=""
7+
config="Release"
88
no_imgui=false
99

1010
# extract options and their arguments into variables.

app/pi-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
44
WORKING_DIR="$(pwd)"
55

66
args=("$@")
7-
config=""
7+
config="Release"
88
no_imgui=false
99
system_libs=false
1010

0 commit comments

Comments
 (0)