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