mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-28 10:44:33 +00:00
fix tests
This commit is contained in:
parent
1fc2ec0ff6
commit
1257e4cca7
@ -1783,7 +1783,7 @@ void deploytest::testLibDir() {
|
||||
"./" + DISTRO_DIR + "/lib/libstdc++.so",
|
||||
"./" + DISTRO_DIR + "/lib/libgcc_s.so"
|
||||
});
|
||||
extraPath = "./" + DISTRO_DIR + "2";
|
||||
extraPath = "./" + DISTRO_DIR + "2/lib";
|
||||
|
||||
|
||||
#else
|
||||
@ -1796,7 +1796,8 @@ void deploytest::testLibDir() {
|
||||
"./" + DISTRO_DIR + "/libstdc++-6.dll",
|
||||
|
||||
});
|
||||
extraPath = "./" + DISTRO_DIR + "2/lib";
|
||||
extraPath = "./" + DISTRO_DIR + "2";
|
||||
|
||||
#endif
|
||||
runTestParams({"-bin", bin, "clear" ,
|
||||
"-libDir", extraPath,
|
||||
|
Loading…
x
Reference in New Issue
Block a user