From 063ecdfc630440912ab4e880d0a343d8296a2d01 Mon Sep 17 00:00:00 2001 From: cryham Date: Mon, 23 Sep 2024 15:52:19 +0200 Subject: [PATCH] fix default py --- build-sr3-Linux.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-sr3-Linux.py b/build-sr3-Linux.py index c0bdc1e1..21640af6 100755 --- a/build-sr3-Linux.py +++ b/build-sr3-Linux.py @@ -18,9 +18,9 @@ # These could be changed by user. #------------------------- # these could be changed by user -#Config = ['Release'] # choose one (options below) +Configs = ['Release'] # choose one (options below) #Configs = ['Debug'] -Configs = ['Release','Debug'] # both +#Configs = ['Release','Debug'] # both sr3 = 'sr3' # dir name for SR repos