From 9a42b35175a7df6609d6d0167eb77e077eed9a96 Mon Sep 17 00:00:00 2001 From: katursis Date: Tue, 10 May 2022 12:07:03 +0000 Subject: [PATCH] Fix seg fault on Linux --- src/main.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.h b/src/main.h index 9ec75e3..7e99a3c 100644 --- a/src/main.h +++ b/src/main.h @@ -25,6 +25,8 @@ #ifndef PAWNREGEX_MAIN_H_ #define PAWNREGEX_MAIN_H_ +#define _GLIBCXX_USE_CXX11_ABI 1 + #include #include #include