Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
onlyoffice_core
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
Boris Kocherov
onlyoffice_core
Commits
d94a00df
Commit
d94a00df
authored
Jul 20, 2016
by
Oleg Korshul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mac v8 correct
parent
b4baba0a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
Common/3dParty/v8/build.sh
Common/3dParty/v8/build.sh
+2
-0
Common/3dParty/v8/v8.pri
Common/3dParty/v8/v8.pri
+1
-1
No files found.
Common/3dParty/v8/build.sh
View file @
d94a00df
...
...
@@ -64,5 +64,7 @@ cp "./out/native/libicui18n.a" "./../$platform$arch/"
cp
"./out/native/libicuuc.a"
"./../
$platform$arch
/"
cp
"./out/native/icudtl.dat"
"./../
$platform$arch
/"
cp
"./out/native/libv8_libsampler.a"
"./../
$platform$arch
/"
cp
"./third_party/icu/mac/icudtl_dat.S"
"./../
$platform$arch
/"
fi
Common/3dParty/v8/v8.pri
View file @
d94a00df
...
...
@@ -23,7 +23,7 @@ core_linux {
core_mac {
LIBS += -L$$CORE_V8_PATH_LIBS -lv8_base -lv8_libbase -lv8_libplatform -lv8_nosnapshot -lv8_external_snapshot
LIBS += -L$$CORE_V8_PATH_LIBS -licui18n -licuuc
LIBS += -L$$CORE_V8_PATH_LIBS -licui18n -licuuc
-lv8_libsampler
QMAKE_CXXFLAGS += -Wall -Wno-inconsistent-missing-override
QMAKE_CFLAGS += -Wall -Wno-inconsistent-missing-override
...
...
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