csharp: Fix build under dotnet

This commit is contained in:
Lauro Moura 2019-05-20 19:21:32 -03:00 committed by Vitor Sousa
parent 8538b00da6
commit fd01e096f7
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ custom_target('copy_efl_mono_lib_dll',
endif
config_libs = ['eina', 'ecore', 'eo', 'efl', 'evas', 'eldbus', 'elementary']
load_lib = ''
load_lib = efl_mono_test_suite_path + ':'
foreach config : config_libs
lib = get_variable(config+'_lib')