tuse build dir for highscore file - vaccinewars - be a doctor and try to vaccinate the world
(HTM) git clone git://src.adamsgaard.dk/vaccinewars
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit df99d950539c6cc4b6ebf43367b0c7f87abd7c0e
(DIR) parent 7bae6be83cbf9cc9fab92ed74aa0d4ac2d45818f
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 21 May 2021 09:51:58 +0200
use build dir for highscore file
Diffstat:
M build.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
(DIR) diff --git a/build.sh b/build.sh
t@@ -9,5 +9,6 @@ set -e
--disable-gui-server \
--disable-plugins \
--without-sdl \
- --disable-networking
+ --disable-networking \
+ --localstate=$PWD
make