We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cefe8 commit 1547200Copy full SHA for 1547200
package.json
@@ -10,6 +10,7 @@
10
"LDFLAGS": "-L#{esy-openssl.lib} -lcrypto $LDFLAGS"
11
},
12
"build": [
13
+ "find ./ -exec touch -t 200905010101 {} +",
14
"./configure #{os == 'windows' ? '--host x86_64-w64-mingw32': '' } --prefix=$cur__install --with-openssl --without-readline --disable-debug --enable-thread-safety",
15
"make"
16
],
0 commit comments