aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorspaceface <spaceface7777@gmail.com>2021-02-08 19:46:57 +0100
committerspaceface <spaceface7777@gmail.com>2021-02-08 19:46:57 +0100
commit78061e2a9a5286b9fab19fd461dfd22c1f3c803c (patch)
tree1b4d2f7c36a29459774712edc0db2921539a4c1f /util
parent16957726f71b9b8124b7e5f24c9ac145aaf60fc3 (diff)
Fix #pragma compilation with tcc on windows
tcc does not like the `.lib` suffix inside `#pragma comment (lib, "foo.lib")` directives - it fails with `tcc: error: library 'foo.lib' not found` errors. Removing the extension fixes tcc, and all major compilers (msvc/clang/gcc/mingw) compile fine without it, so this change should simply allow the headers to be compiled with a different compiler. We've needed to, and have made this change over at vlang/v several times already, ever since we supported tcc as a C compiler on windows, since tcc, but it keeps getting reverted every time we update the headers :)
Diffstat (limited to 'util')
0 files changed, 0 insertions, 0 deletions