return .so to root dir
This commit is contained in:
parent
41118a002a
commit
0191d024e4
2 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -35,7 +35,7 @@ function jsCC() {
|
||||||
// START GCC shared lib
|
// START GCC shared lib
|
||||||
|
|
||||||
// Carica la libreria C
|
// Carica la libreria C
|
||||||
const path = `./bin/matrix03.so`;
|
const path = `./matrix03.so`;
|
||||||
const { symbols } = dlopen(path, {
|
const { symbols } = dlopen(path, {
|
||||||
matrix: {
|
matrix: {
|
||||||
args: [ FFIType.int ], // La funzione C non prende argomenti
|
args: [ FFIType.int ], // La funzione C non prende argomenti
|
||||||
|
|
|
||||||
BIN
matrix03.so
Executable file
BIN
matrix03.so
Executable file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue