mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-11 02:26:19 -04:00
In build_mingw32 script fixed path to Win32Toolchain.cmake. In this file set march=i686 and mtune=generic.
5 lines
119 B
Plaintext
Executable File
5 lines
119 B
Plaintext
Executable File
MINGW=/opt/mingw32
|
|
export PATH=$PATH:$MINGW/bin
|
|
cmake .. -DCMAKE_TOOLCHAIN_FILE=../cmake/modules/Win32Toolchain.cmake
|
|
|