mirror of
https://github.com/corda/corda.git
synced 2025-01-06 21:18:46 +00:00
fix unix build breakage
This commit is contained in:
parent
e66c53b446
commit
c694b8c7e6
@ -77,7 +77,6 @@ Java_java_lang_System_getProperty(JNIEnv* e, jclass, jint code)
|
|||||||
|
|
||||||
case UserHome:
|
case UserHome:
|
||||||
return e->NewStringUTF(getenv("HOME"));
|
return e->NewStringUTF(getenv("HOME"));
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user