8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
'use strict';
|
|
|
|
try {
|
|
module.exports = require('node-gyp-build')(__dirname);
|
|
} catch (e) {
|
|
module.exports = require('./fallback');
|
|
}
|