Browse Source

Add kernel, stdlib and ssl to .app applications

juhlig 5 years ago
parent
commit
08b6eabfe4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/mysql.app.src

+ 1 - 1
src/mysql.app.src

@@ -21,5 +21,5 @@
     {vsn, "1.5.1"},
     {modules, []},
     {registered, []},
-    {applications, []}
+    {applications, [kernel,stdlib,ssl]}
 ]}.