mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-24 23:34:47 +01:00
Remove prefix for the shared library: Foundation/testsuite/TestLibrary
This commit is contained in:
parent
842058dc75
commit
e4cb3c20b9
@ -50,7 +50,7 @@ File prefixByPoco(File binaryFile) {
|
||||
if (name.charAt(extensionSeparator - 1) == 'd')
|
||||
debug = 'd'
|
||||
}
|
||||
return new File(parent, prefix + "TestLibrary" + debug + suffix)
|
||||
return new File(parent, "TestLibrary" + debug + suffix)
|
||||
}
|
||||
|
||||
return new File(parent, prefix + "Poco" + name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user