Skip to content

Commit e694142

Browse files
committed
Fix compile.sh
1 parent 60229c3 commit e694142

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

javascript/compile.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ for file in justc justc.node; do
165165
done
166166

167167
mkdir -p $JSOUT_DIR/JUSTC/core
168+
mkdir -p $JSOUT_DIR/JUSTC/javascript
168169
srcfile=$JSOUT_DIR/JUSTC/index.json
169170
echo "[" > $srcfile
170171
SOURCE_FILES+=" core/lexer.h core/parser.h core/from.json.hpp core/to.json.h core/keywords.h core/fetch.h core/version.h core/json.hpp core/to.xml.h core/to.yaml.h core/utility.h core/import.hpp core/parser.emscripten.h"

0 commit comments

Comments
 (0)