@ -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 b uilds.
[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 */