Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pyodide
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
pyodide
Commits
07b1d17f
Commit
07b1d17f
authored
Jun 20, 2018
by
Michael Droettboom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Restore HOSTPYTHON variable
parent
037d485f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Makefile.envs
Makefile.envs
+1
-0
No files found.
Makefile.envs
View file @
07b1d17f
...
...
@@ -9,6 +9,7 @@ export BINARYEN_ROOT = $(PYODIDE_ROOT)/emsdk/emsdk/binaryen/tag-1.38.4_64bit_bin
export
PYVERSION
=
3.6.4
export
PYMINOR
=
$(
basename
$(PYVERSION)
)
export
HOSTPYTHONROOT
=
$(PYODIDE_ROOT)
/cpython/build/
$(PYVERSION)
/host
export
HOSTPYTHON
=
$(HOSTPYTHONROOT)
/bin/python3
export
TARGETPYTHONROOT
=
$(PYODIDE_ROOT)
/cpython/installs/python-
$(PYVERSION)
export
PYTHONINCLUDE
=
$(PYODIDE_ROOT)
/cpython/installs/python-
$(PYVERSION)
/include/python
$(PYMINOR)
...
...
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