Manifest.xml for 64bit LO
Stephan Bergmann
sbergman at redhat.com
Tue Mar 27 12:17:54 UTC 2018
On 27/03/18 11:58, Richard Webb wrote:
> I have a question related to this, if this is an ok place to ask.
> I have successfully built a Windows C++ extension that contains both 32 and
> 64bit libs, and seems to load the correct ones based on entries based on the
> manifest.xml. However, if I try to limit the supported platforms by adding a
>
> <platform value="windows_x86,windows_x86_64"/>
>
> to decription.xml, then i get an error about the platform being unsupported
> on win64.
>
> Not sure if i'm just doing something silly or if something else is wrong
> though? (A quick test would suggest that the $_ARCH macro is set to X86_64
> where the previously mentioned dp_platform.cxx seems to look for x86_64 on
> Windows64, if that could be related?).
Indeed. Thanks for spotting! Corrected now with
<https://gerrit.libreoffice.org/#/c/51946/> "Fix typo ("x86_64" ->
"X86_64")".
More information about the LibreOffice
mailing list