From c2541c13843c39b48650bdd00e6bc7c980942f09 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Fri, 26 Apr 2024 09:21:16 -0400 Subject: [PATCH] And now we have OSX and Windows builds working. --- sfmldemo/reset_build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sfmldemo/reset_build.sh b/sfmldemo/reset_build.sh index ac16c1b..caf96c3 100755 --- a/sfmldemo/reset_build.sh +++ b/sfmldemo/reset_build.sh @@ -1,3 +1,6 @@ +#!/usr/bin/env bash +set -ex + mv ./subprojects/packagecache . rm -rf ./subprojects ./builddir mkdir subprojects