mirror of https://github.com/adamdruppe/arsd.git
try to make jni work better on mac
This commit is contained in:
parent
1b9c97d101
commit
cacb32aa46
2
dub.json
2
dub.json
|
@ -605,7 +605,7 @@
|
|||
{
|
||||
"name": "jni",
|
||||
"description": "Provides easy interop with Java via JNI.",
|
||||
"targetType": "library",
|
||||
"targetType": "sourceLibrary",
|
||||
"dflags-dmd": ["-mv=arsd.jni=$PACKAGE_DIR/jni.d"],
|
||||
"dflags-ldc": ["--mv=arsd.jni=$PACKAGE_DIR/jni.d"],
|
||||
"dflags-gdc": ["-fmodule-file=arsd.jni=$PACKAGE_DIR/jni.d"],
|
||||
|
|
Loading…
Reference in New Issue