mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-30 08:57:00 +02:00
Merge pull request #40 from IlyaPomaskin/patch-1
Fixing Mac OS building issues
This commit is contained in:
commit
7c70d2e493
@ -448,7 +448,7 @@ std::vector<bfs::path> VCMIDirsOSX::dataPaths() const
|
||||
bfs::path VCMIDirsOSX::libraryPath() const { return "."; }
|
||||
bfs::path VCMIDirsOSX::binaryPath() const { return "."; }
|
||||
|
||||
std::string libraryName(const std::string& basename) { return "lib" + basename + ".dylib"; }
|
||||
std::string VCMIDirsOSX::libraryName(const std::string& basename) const { return "lib" + basename + ".dylib"; }
|
||||
#elif defined(VCMI_LINUX)
|
||||
class VCMIDirsLinux : public IVCMIDirsUNIX
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user