mirror of
https://github.com/thelsing/knx.git
synced 2026-02-23 13:50:35 +01:00
fix knxPython build
This commit is contained in:
@@ -51,7 +51,8 @@ static void Prepare(std::vector<std::string> args)
|
||||
argv = std::vector<const char*>(argsVector.size());
|
||||
std::transform(argsVector.begin(), argsVector.end(), argv.begin(), StdStringCStrFunctor());
|
||||
|
||||
platform = new LinuxPlatform(argv.size(), const_cast<char**>(argv.data()));
|
||||
platform = new LinuxPlatform();
|
||||
platform->cmdLineArgs(argv.size(), const_cast<char**>(argv.data()));
|
||||
bau = new Bau57B0(*platform);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user