We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf50eee commit 1121c57Copy full SHA for 1121c57
INSTALL
@@ -133,6 +133,10 @@ this:
133
CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
134
CPP="gcc -E" CXXCPP="g++ -E"
135
136
+ For OpenHarmony cross-compile system, you can follow this document
137
+(https://gitcode.com/openharmony-sig/tpc_c_cplusplus/blob/master/Cross-Com
138
+pilation Guide for Open-Source Third-Party Libraries in OpenHarmony_en.md)
139
+
140
This is not guaranteed to produce working output in all cases, you
141
may have to build one architecture at a time and combine the results
142
using the 'lipo' tool if you have problems.
0 commit comments