Skip to content

Commit 8046c91

Browse files
committed
Update .gitignore and build.gradle
1 parent 1eca400 commit 8046c91

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ build
2828
.idea
2929
.out
3030
cmake-build-release-visual-studio
31-
31+
native

build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ task runMain(type: JavaExec) {
3131
mainClass = 'dev.xframes.XFramesWrapper'
3232
classpath = sourceSets.main.runtimeClasspath
3333
args = []
34-
// todo: ensure DLLs are moved to a consistent path across operating systems
35-
jvmArgs = ['-Djava.library.path=./native/build/Debug']
34+
jvmArgs = ['-Djava.library.path=./native']
3635
}
3736

3837
jar {

0 commit comments

Comments
 (0)