Skip to content

Commit

Permalink
DEF-3628 .js files are now also found in the extension/lib/web folder (
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiaswking authored Nov 15, 2018
1 parent 0836fbd commit 0a0656e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/src/main/java/com/defold/extender/Extender.java
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ private List<File> linkEngine(List<String> symbols, Map<String, Object> manifest

extLibs.addAll(ExtenderUtil.collectFilesByName(libCommonDir, platformConfig.shlibRe));
extLibs.addAll(ExtenderUtil.collectFilesByName(libCommonDir, platformConfig.stlibRe));
extJsLibs.addAll(ExtenderUtil.collectFilesByPath(libCommonDir, JS_RE));
extFrameworkPaths.addAll(getFrameworkPaths(extDir));
}
}
Expand Down

0 comments on commit 0a0656e

Please sign in to comment.