We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d1d64 commit 84544a6Copy full SHA for 84544a6
makefile
@@ -1022,7 +1022,7 @@ mingw-libs:
1022
# Windows API libs
1023
# * copy all lib*.a files from the directory of libkernel32.a
1024
# * renaming lib*.a to lib*.dll.a - this isn't 100% correct, because
1025
- # all libs really are import libs, but it follows FB tradition.
+ # not all libs really are import libs, but it follows FB tradition.
1026
# * Filtering out some libs which are included in MinGW toolchains
1027
# sometimes, but we don't want (e.g. libpthread).
1028
dir=$$(dirname $$($(CC) -print-file-name=libkernel32.a)); \
0 commit comments