1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-18 04:17:08 +00:00
termux-packages/x11-packages/wine-stable/9999-fix-winebuild-as-type.patch.beforehostbuild
Chongyun Lee 407939c3db
new package: wine-stable (#18866)
Co-authored-by: kawanakaiku <80381779+kawanakaiku@users.noreply.github.com>
2024-01-22 23:17:33 +08:00

12 lines
250 B
Plaintext

--- a/tools/winebuild/utils.c
+++ b/tools/winebuild/utils.c
@@ -293,7 +293,7 @@
struct strarray args = empty_strarray;
const char *file;
unsigned int i;
- int using_cc = 0;
+ int using_cc = 1;
if (cc_command.count)
{