mirror of
https://github.com/corda/corda.git
synced 2025-01-04 20:24:17 +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:
|
||||
return e->NewStringUTF(getenv("HOME"));
|
||||
}
|
||||
#endif
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user