diff --git a/conanfile.py b/conanfile.py index 2823741..42befbb 100644 --- a/conanfile.py +++ b/conanfile.py @@ -43,7 +43,7 @@ def source(self): def system_requirements(self): if os_info.is_linux: installer = SystemPackageTool() - for pkg in ["autoconf", "automake", "libtool", "curl", "make", "g++", "unzip"]: + for pkg in ["autoconf", "automake", "libtool", "curl", "make", "unzip"]: installer.install(pkg) def build(self):