We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f722ee9 commit 7bef848Copy full SHA for 7bef848
conan/mruby/conanfile.py
@@ -197,7 +197,6 @@ def package_info(self):
197
self.run("{} --cflags".format(ruby), stdout=buf, shell=True)
198
199
defines = [d[2:] for d in buf.getvalue().split(' ') if d.startswith('/D') or d.startswith('-D')]
200
- defines.append('mruby=ON')
201
self.cpp_info.defines = defines
202
203
self.cpp_info.bindirs = ["bin"]
0 commit comments