From bdef3de6559629f25121de2e014383d7f773266b Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Sat, 18 Sep 2021 00:59:20 +0300 Subject: [PATCH] Require C++11 for building --- Build | 1 + 1 file changed, 1 insertion(+) diff --git a/Build b/Build index 581a4f21..22aedd4f 100644 --- a/Build +++ b/Build @@ -64,6 +64,7 @@ package "mspgl" incpath "source/animation"; incpath "source/resources"; incpath "source/builders"; + standard CXX "c++11"; }; install true; install_map -- 2.43.0