Changeset 44 in Main for trunk/Server/option.c


Ignore:
Timestamp:
Sep 18, 2024, 6:37:09 PM (2 months ago)
Author:
Nishi
Message:

fix strptime

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Server/option.c

    r43 r44  
    1717        } else if(strcmp(argv[1], "ldflags") == 0) {
    1818#ifndef NO_SSL
    19                 printf("-I %s/openssl/lib", argv[2]);
     19                printf("-L %s/openssl/lib", argv[2]);
    2020#endif
    2121        } else if(strcmp(argv[1], "objs") == 0) {
Note: See TracChangeset for help on using the changeset viewer.