Browse Source

Another fix

Don Porter 7 years ago
parent
commit
2dea7ce7f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Pal/regression/Makefile

+ 1 - 1
Pal/regression/Makefile

@@ -30,7 +30,7 @@ endif
 export DEBUG
 
 manifest_rules = \
-	-e 's:\$$(PAL):$(abspath ../src/pal):g' \
+	-e 's:\$$(PAL):$(abspath ../../Runtime/pal_loader):g' \
 	-e 's:\$$(PWD):$(shell pwd)/:g' \
 	$(extra_rules)