X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6fd74f90dda33660f18bc32b278060c48d93c585..e23b481e91e2c7020856a88e25cb6f4fe1358e1f:/src/msg/environment.c diff --git a/src/msg/environment.c b/src/msg/environment.c index cabbc9dbe9..0f7d6dce34 100644 --- a/src/msg/environment.c +++ b/src/msg/environment.c @@ -92,6 +92,8 @@ void MSG_load_platform_script(const char *script_file) { printf("error: %s\n", lua_tostring(L, -1)); return; } +#else + xbt_die("Lua is not available!! to call MSG_load_platform_script, lua should be available..."); #endif return; }