Skip to content

Commit 7bef848

Browse files
committed
Removed unused define in mruby conanfile.
1 parent f722ee9 commit 7bef848

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

conan/mruby/conanfile.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,6 @@ def package_info(self):
197197
self.run("{} --cflags".format(ruby), stdout=buf, shell=True)
198198

199199
defines = [d[2:] for d in buf.getvalue().split(' ') if d.startswith('/D') or d.startswith('-D')]
200-
defines.append('mruby=ON')
201200
self.cpp_info.defines = defines
202201

203202
self.cpp_info.bindirs = ["bin"]

0 commit comments

Comments
 (0)