Skip to content

Commit d6fb53e

Browse files
authored
Set NA to Windows
1 parent dce31f8 commit d6fb53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libltfs/arch/arch_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
#elif defined(mingw_PLATFORM)
8888

8989
#define BUILD_SYS_FOR "This binary is built for Windows"
90-
#define BUILD_SYS_GCC __VERSION__
90+
#define BUILD_SYS_GCC "NA"
9191

9292
#else
9393

0 commit comments

Comments
 (0)