mirror of
https://github.com/copy/v86.git
synced 2025-12-31 04:23:15 +00:00
Fix libv86 build in newer closure compilers, fixes #167
This commit is contained in:
parent
82fc184c79
commit
b9c421fd2f
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -114,7 +114,7 @@ build/libv86.js: $(CLOSURE) src/*.js lib/*.js src/browser/*.js
|
|||
$(CLOSURE_FLAGS)\
|
||||
--compilation_level SIMPLE\
|
||||
$(TRANSPILE_ES6_FLAGS)\
|
||||
--output_wrapper ';(function(){%output%})();'\
|
||||
--output_wrapper ';(function(){%output%}).call(this);'\
|
||||
--js $(CORE_FILES)\
|
||||
--js $(BROWSER_FILES)\
|
||||
--js $(LIB_FILES)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue