Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
f5fe6ddd
Unverified
Commit
f5fe6ddd
authored
5 years ago
by
kladkogex
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed build
parent
eef3a923
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
build.py
scripts/build.py
+2
-2
No files found.
scripts/build.py
View file @
f5fe6ddd
...
...
@@ -123,7 +123,7 @@ assert subprocess.call(["bash","-c", "cmake -H. -Bbuild"]) == 0
os
.
chdir
(
BLS_BUILD_DIR
);
assert
subprocess
.
call
([
"bash"
,
"-c"
,
"make
-j8
"
])
==
0
assert
subprocess
.
call
([
"bash"
,
"-c"
,
"make"
])
==
0
os
.
chdir
(
SCRIPTS_DIR
)
...
...
@@ -166,7 +166,7 @@ print "===>>> Making SSL project"
os
.
chdir
(
SSL_MAKE_DIR
);
assert
subprocess
.
call
([
"make"
,
"-j8"
,
"SGX_SDK="
+
SGX_SDK_DIR_SSL
,
"all"
,
"test"
])
==
0
assert
subprocess
.
call
([
"make"
,
"SGX_SDK="
+
SGX_SDK_DIR_SSL
,
"all"
,
"test"
])
==
0
os
.
chdir
(
topDir
)
...
...
This diff is collapsed.
Click to expand it.
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