Skip to content

Commit

Permalink
add missed dylib in java
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
  • Loading branch information
Andrey1994 committed Apr 22, 2020
1 parent 4e0911b commit 062218c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ int get_current_board_data (int num_samples, double[] data_buf, int[] returned_s
} else if (SystemUtils.IS_OS_MAC)
{
lib_name = "libBoardController.dylib";
unpack_from_jar ("libneurosdk-shared.dylib");
}

// need to extract libraries from jar
Expand Down

0 comments on commit 062218c

Please sign in to comment.