Skip to content

Commit cab9b82

Browse files
committed
fix lib paths
1 parent 7d3778a commit cab9b82

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apps/openssl/mkfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ OFILES=\
5959
CLEANFILES=compat/strtonum.$O
6060

6161
LIB=\
62-
# /$objtype/lib/ape/openssl/libtls.a\
63-
/$objtype/lib/ape/openssl/libssl.a\
64-
/$objtype/lib/ape/openssl/libcrypto.a\
62+
# /$objtype/lib/ape/libtls.a\
63+
/$objtype/lib/ape/libssl.a\
64+
/$objtype/lib/ape/libcrypto.a\
6565
6666
HFILES=`{ls *.h}
6767

0 commit comments

Comments
 (0)