try to make jni work better on mac

This commit is contained in:
Adam D. Ruppe 2023-12-19 21:04:46 -05:00
parent 1b9c97d101
commit cacb32aa46
1 changed files with 1 additions and 1 deletions

View File

@ -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"],