Explorar el Código

fix(build): correct typo in sources variable declaration

Billy Barrow hace 1 semana
padre
commit
8fed163dd1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/meson.build

+ 1 - 1
src/meson.build

@@ -1,4 +1,4 @@
-esources = files(
+sources = files(
     'Core/HttpContext.vala',
     'Core/HttpValues.vala',
     'Core/HttpResult.vala',