Closed xdm67x closed 1 year ago
zig doesn't ship import library for synchronization
, you should report it to zig instead.
$ cat hello.c
#include <stdio.h>
int main(void) {
printf("hello");
return 0;
}
$ zig cc hello.c -o hello -target x86_64-windows-gnu -lsynchronization
LLD Link... error(link): DLL import library for -lsynchronization not found
error: DllImportLibraryNotFound
Added a workaround for this in #116, v0.16.4 should work for you.
I got this just now 😕
error: unable to find Dynamic system library 'synchronization' using strategy 'paths_first'. searched paths:
/home/theoparis/Documents/tinted/work/coreutils/target/x86_64-pc-windows-gnu/release/deps/synchronization.dll
An error occured when I try to build for
x86_64-pc-windows-gnu
platform with Mac M1.The error,