mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Commands to select the posix variant for the mingw cross-compilation script
The win32 thread model of gcc does not support the <thread> and <mutex> headers yet.
This commit is contained in:
parent
e7a64949ad
commit
02b747396e
@ -2,7 +2,10 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# Installed MinGW needed.
|
||||
# Ubuntu : sudo apt-get install g++-mingw-w64-i686
|
||||
# Ubuntu :
|
||||
# sudo apt-get install g++-mingw-w64-i686
|
||||
# sudo update-alternatives --set i686-w64-mingw32-gcc /usr/bin/i686-w64-mingw32-gcc-posix
|
||||
# sudo update-alternatives --set i686-w64-mingw32-g++ /usr/bin/i686-w64-mingw32-g++-posix
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user