Skip to content

Commit 1547200

Browse files
authored
reset timestampts
1 parent 29cefe8 commit 1547200

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"LDFLAGS": "-L#{esy-openssl.lib} -lcrypto $LDFLAGS"
1111
},
1212
"build": [
13+
"find ./ -exec touch -t 200905010101 {} +",
1314
"./configure #{os == 'windows' ? '--host x86_64-w64-mingw32': '' } --prefix=$cur__install --with-openssl --without-readline --disable-debug --enable-thread-safety",
1415
"make"
1516
],

0 commit comments

Comments
 (0)