Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Romain Casati
Basthon Kernel
Commits
b6dc06d5
Commit
b6dc06d5
authored
Feb 04, 2021
by
Romain Casati
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix in Makefile: file packager was invoked twce.
parent
1be3136f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
2 deletions
+4
-2
Makefile
Makefile
+4
-2
No files found.
Makefile
View file @
b6dc06d5
...
...
@@ -23,7 +23,9 @@ extern/emscripten:
setup-emscripten
:
extern/emscripten
$(BASTHON_DATA) $(BASTHON_JS) &
:
setup-emscripten
$(BASTHON_DATA)
:
$(BASTHON_JS)
$(BASTHON_JS)
:
setup-emscripten
mkdir
-p
$(
dir
$@
)
python3
$(FILE_PACKAGER)
$(BASTHON_DATA)
\
--js-output
=
$(BASTHON_JS)
\
...
...
@@ -33,7 +35,7 @@ $(BASTHON_DATA) $(BASTHON_JS) &: setup-emscripten
--export-name
=
"pyodide._module"
\
--exclude
"*__pycache__*"
wasm-package
:
$(BASTHON_DATA)
$(BASTHON_JS)
wasm-package
:
$(BASTHON_DATA)
build
:
minify wasm-package
cd
setup/
&&
make build
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment