Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
node-sqlite3
Overview
Overview
Details
Activity
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
俞永鹏
node-sqlite3
Commits
016c3f57
Commit
016c3f57
authored
Jan 15, 2015
by
Dane Springmeyer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
try to workaround #387
parent
0493c068
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
build_against_node_webkit.sh
scripts/build_against_node_webkit.sh
+6
-4
No files found.
scripts/build_against_node_webkit.sh
View file @
016c3f57
...
@@ -48,12 +48,14 @@ else
...
@@ -48,12 +48,14 @@ else
if
test
${
NODE_WEBKIT_VERSION
[0]
}
-ge
0
-a
${
NODE_WEBKIT_VERSION
[1]
}
-ge
11
;
then
if
test
${
NODE_WEBKIT_VERSION
[0]
}
-ge
0
-a
${
NODE_WEBKIT_VERSION
[1]
}
-ge
11
;
then
# travis-ci runs ubuntu 12.04, so we need this ppa for gcc/g++ 4.8
# travis-ci runs ubuntu 12.04, so we need this ppa for gcc/g++ 4.8
sudo
add-apt-repository
-y
ppa:ubuntu-toolchain-r/test
sudo
add-apt-repository
-y
ppa:ubuntu-toolchain-r/test
CC
=
gcc-4.8
export
CC
=
gcc-4.8
CXX
=
g++-4.8
export
CXX
=
g++-4.8
export
CXXFLAGS
=
"-fpermissive"
COMPILER_PACKAGES
=
"gcc-4.8-multilib g++-4.8-multilib"
COMPILER_PACKAGES
=
"gcc-4.8-multilib g++-4.8-multilib"
else
else
CC
=
gcc-4.6
export
CC
=
gcc-4.6
CXX
=
g++-4.6
export
CXX
=
g++-4.6
export
CXXFLAGS
=
"-fpermissive"
COMPILER_PACKAGES
=
"gcc-multilib g++-multilib"
COMPILER_PACKAGES
=
"gcc-multilib g++-multilib"
fi
fi
# need to update to avoid 404 for linux-libc-dev_3.2.0-64.97_amd64.deb
# need to update to avoid 404 for linux-libc-dev_3.2.0-64.97_amd64.deb
...
...
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