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
6c2d7797
Commit
6c2d7797
authored
Jul 19, 2018
by
Michael Droettboom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use a file, rather than a directory as the target for OSX compat
parent
a0046f27
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
Makefile
Makefile
+1
-1
emsdk/Makefile
emsdk/Makefile
+4
-3
No files found.
Makefile
View file @
6c2d7797
...
...
@@ -173,5 +173,5 @@ build/packages.json: $(CPYTHONLIB)
make
-C
packages
emsdk/emsdk/
emsdk
:
emsdk/emsdk/
.complete
:
make
-C
emsdk
emsdk/Makefile
View file @
6c2d7797
all
:
emsdk/emsdk
all
:
emsdk/emsdk
/.complete
# We hack the CPU_CORES, because if you use all of the cores on Circle-CI, you
# run out of memory
emsdk/emsdk
:
emsdk/emsdk
/.complete
:
if
[
-d
emsdk
]
;
then
rm
-rf
emsdk
;
fi
git clone https://github.com/juj/emsdk.git
sed
-i
-e
"s#CPU_CORES = max(multiprocessing.cpu_count()-1, 1)#CPU_CORES = 3#g"
emsdk/emsdk
...
...
@@ -17,7 +17,8 @@ emsdk/emsdk:
make
;
\
cd
../..
;
\
cp
binaryen/tag-1.38.4/bin/binaryen.js binaryen/tag-1.38.4_64bit_binaryen/bin
;
\
./emsdk activate
--embedded
--build
=
Release sdk-tag-1.38.4-64bit binaryen-tag-1.38.4-64bit
\
./emsdk activate
--embedded
--build
=
Release sdk-tag-1.38.4-64bit binaryen-tag-1.38.4-64bit
;
\
touch
.complete
\
)
clean
:
...
...
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