Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cccl: Handle library paths for one shot compilation.
When one wishes to compile and link a program with an external library in one shot, additional option "-link" is expected after all the other options. For example, $ cl -I/c/OpenSSL-Win32/include 3.c -link -LIBPATH:"C:/OpenSSL-Win32/lib" This is needed in an upcoming commit to compile conftest.c in autoconf. Signed-off-by: Gurucharan Shetty <[email protected]>
- Loading branch information