Update 'HowTo-Cross-Compile.md'

master
Steffen Pohle 4 years ago
parent 69d9592611
commit d9259b1a57

@ -10,7 +10,7 @@ The following packages are needed:
# Prepare the `cross-file.ini`
This configuration file will be needed on all meson builds.
This configuration file will be needed on all meson based builds.
[host_machine]
system = 'windows'
@ -103,7 +103,7 @@ Copy all compiled executeble and library files into the wine windows/system fold
cp /opt/W64-cross-compile/bin/*.exe ~/.wine/drive_c/windows/system32/
cp /opt/W64-cross-compile/lib/*.dll ~/.wine/drive_c/windows/system32/
## workaround 1 for some issues
## workaround for some issues
edit the file `gdk/win32/gdkprivate-win32.h` and search around line 300 for the following declaration. The compiler is missing the **extern** statement here.
300 /* The singleton selection object pointer */

Loading…
Cancel
Save