forked from pool/mingw32-headers
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
8f2a84361b | |||
16316ec7e0 | |||
|
adf132e055 | ||
|
14dd974f50 | ||
|
2fea505cb1 | ||
97b0433a7b |
@@ -1,11 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon May 12 20:26:43 UTC 2025 - Ralf Habacker <ralf.habacker@freenet.de>
|
|
||||||
|
|
||||||
- Add support to use a different crt (boo#1243096)
|
|
||||||
By specifying %_mingw32_crt <crt> in the obs project config
|
|
||||||
a different c runtime library can be used for building this
|
|
||||||
package.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 7 10:21:51 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Mon Oct 7 10:21:51 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -54,9 +54,7 @@ an actual pthread implementation (like winpthreads) is installed.
|
|||||||
%autosetup -n mingw-w64-v%version/mingw-w64-headers -p2
|
%autosetup -n mingw-w64-v%version/mingw-w64-headers -p2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%_mingw32_configure \
|
%_mingw32_configure --enable-sdk=all --with-default-msvcrt=msvcrt
|
||||||
--enable-sdk=all \
|
|
||||||
--with-default-msvcrt=%{?_mingw32_crt:%{_mingw32_crt}}%{!?_mingw32_crt:msvcrt}
|
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Reference in New Issue
Block a user