We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Original issue: dbuenzli/tsdl#96 (comment)
The relevant snippet:
+ flexlink -x64 -merge-manifest -stack 33554432 -g -o src\dlltsdl_stubs.dll SDL2d.lib src/tsdl_stubs.obj -LY:/source/tsdl/_opam/share/dkcoder-c/debug/lib/pkgconfig/../../lib -LC:/Users/beckf/AppData/Local/Programs/DKMLNA~1/lib/ocaml\flexdll + link -lib -nologo -machine:AMD64 -out:src\libtsdl_stubs.lib SDL2d.lib src/tsdl_stubs.obj
shows that flexlink ... -Lxyz does not get translated to link ... /LIBPATH:xyz (https://learn.microsoft.com/en-us/cpp/build/reference/libpath-additional-libpath?view=msvc-170).
flexlink ... -Lxyz
link ... /LIBPATH:xyz
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue: dbuenzli/tsdl#96 (comment)
The relevant snippet:
shows that
flexlink ... -Lxyz
does not get translated tolink ... /LIBPATH:xyz
(https://learn.microsoft.com/en-us/cpp/build/reference/libpath-additional-libpath?view=msvc-170).The text was updated successfully, but these errors were encountered: