Skip to content
Snippets Groups Projects

Adding support for a custom target dir while building, fixing a few issues...

Merged Ezekiel Dohmen requested to merge ezekiel.dohmen/advligorts:unit_test_fixes into master
1 unresolved thread
@@ -221,7 +221,7 @@ sub frontEndCode {
for ($k = 0; $k < $::ipcxCnt; $k++) {
if ($::ipcxRef[$k] == $i) {
index = $k;
$index = $k;
last;
}
}
Loading