Commit 93e181b 1 parent b1f115f commit 93e181b Copy full SHA for 93e181b
File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,6 @@ function processDir (dir, listCallback) {
207
207
208
208
const DIRS = [
209
209
'/bin' ,
210
- '/emscripten-asmjs' ,
211
210
'/linux-amd64' ,
212
211
'/macosx-amd64' ,
213
212
'/windows-amd64'
@@ -227,10 +226,16 @@ DIRS.forEach(function (dir) {
227
226
path . join ( '/wasm' , release . path ) ,
228
227
path . join ( '..' , 'bin' , release . path )
229
228
)
229
+ } else {
230
+ updateSymlinkSync (
231
+ path . join ( '/emscripten-asmjs' , 'solc-emscripten-asmjs-v' + release . longVersion + '.js' ) ,
232
+ path . join ( '..' , 'bin' , release . path )
233
+ )
230
234
}
231
235
}
232
236
} )
233
237
238
+ processDir ( '/emscripten-asmjs' )
234
239
processDir ( '/wasm' , function ( parsedList ) {
235
240
// Any new releases added to wasm/ need to be linked in emscripten-wasm32/ first.
236
241
parsedList . forEach ( function ( release ) {
You can’t perform that action at this time.
0 commit comments