mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
Revert "better FreeBSD support"
This commit is contained in:
parent
c7563a5f7c
commit
4c5f701b05
1 changed files with 0 additions and 4 deletions
|
|
@ -213,12 +213,8 @@ QString MinecraftInstance::binRoot() const
|
|||
|
||||
QString MinecraftInstance::getNativePath() const
|
||||
{
|
||||
#ifdef Q_OS_FREEBSD
|
||||
QDir natives_dir("/usr/local/lib/lwjgl/");
|
||||
#else
|
||||
QDir natives_dir(FS::PathCombine(instanceRoot(), "natives/"));
|
||||
return natives_dir.absolutePath();
|
||||
#endif
|
||||
}
|
||||
|
||||
QString MinecraftInstance::getLocalLibraryPath() const
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue