From 5babf2b4ec70f26223bba1d912e86798ac44dfe3 Mon Sep 17 00:00:00 2001 From: BotoX Date: Thu, 3 Jun 2021 18:50:06 +0200 Subject: [PATCH] update for latest sourcemod --- AMBuildScript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMBuildScript b/AMBuildScript index 58dba67..076fd34 100644 --- a/AMBuildScript +++ b/AMBuildScript @@ -101,7 +101,7 @@ class AsyncSocketConfig(object): '-fvisibility=hidden', ] cxx.cxxflags += [ - '-std=c++11', + '-std=c++14', '-fno-exceptions', '-fno-threadsafe-statics', '-Wno-non-virtual-dtor',