Skip to content

Commit 5a283c7

Browse files
committed
fix luabind building for Windows?
1 parent b1bcec7 commit 5a283c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external/sources/luabind-0.7.1/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ luabind_include = include_directories('.', 'luabind')
55

66
luabind_args = ['-D_HAS_AUTO_PTR_ETC=1', '-D_LIBCPP_ENABLE_CXX17_REMOVED_FEATURES']
77

8-
luabind_dependencies = [dependency('luajit', 'LuaJIT-2.1'), dependency('boost-175')]
8+
luabind_dependencies = [dependency('luajit'), dependency('boost-175')]
99

1010
cpp_args = []
1111
cpp_options = []

0 commit comments

Comments
 (0)