Merge branch 'master' of github.com:jedisct1/libsodium
* 'master' of github.com:jedisct1/libsodium: iOS fix Remove '*.cmake' pattern from .gitignore
This commit is contained in:
commit
05446caf33
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,4 @@
|
||||
*.bc
|
||||
*.cmake
|
||||
*.dSYM
|
||||
*.done
|
||||
*.final
|
||||
|
@ -108,12 +108,16 @@ if [ "$DIST" = yes ]; then
|
||||
reject(err);
|
||||
}
|
||||
};
|
||||
Module.useBackupModule = function () {
|
||||
var Module = _Module;
|
||||
Module.onAbort = undefined;
|
||||
Module.onRuntimeInitialized = undefined;
|
||||
Module.useBackupModule = undefined;
|
||||
$(cat "${PREFIX}/lib/libsodium.asm.tmp.js" | sed 's|use asm||g')
|
||||
};
|
||||
$(cat "${PREFIX}/lib/libsodium.wasm.tmp.js")
|
||||
}).catch(function () {
|
||||
var Module = _Module;
|
||||
Module.onAbort = undefined;
|
||||
Module.onRuntimeInitialized = undefined;
|
||||
$(cat "${PREFIX}/lib/libsodium.asm.tmp.js" | sed 's|use asm||g')
|
||||
_Module.useBackupModule();
|
||||
});
|
||||
EOM
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user