Skip to content

Commit d264363

Browse files
committed
Correct esy-openssl name
1 parent 86da0e9 commit d264363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"override": {
88
"buildEnv": {
99
"CFLAGS": "-I#{esy-openssl.install / 'include'} $CFLAGS",
10-
"LDFLAGS": "-L#{esy-openssl.lib} -lcrypto $LDFLAGS"
10+
"LDFLAGS": "-L#{@reason-native-web/esy-openssl.lib} -lcrypto $LDFLAGS"
1111
},
1212
"build": [
1313
"./configure #{os == 'windows' ? '--host x86_64-w64-mingw32': '' } --prefix=$cur__install --with-openssl --without-readline --without-ldap --disable-debug --enable-thread-safety",

0 commit comments

Comments
 (0)