This commit is contained in:
mattias 2024-01-23 09:50:33 +01:00
parent 20a957dcac
commit 1b111bb062

View File

@ -280,8 +280,8 @@ begin
if not FileExists(BD+'pas2js.cfg') then if not FileExists(BD+'pas2js.cfg') then
CreateConfigFile(BD+'pas2js.cfg',SetDirSeparators('../../packages'), CreateConfigFile(BD+'pas2js.cfg',SetDirSeparators('../../packages'),
SetDirSeparators(FPCSrcDir+'utils/pas2js/dist/')); SetDirSeparators(FPCSrcDir+'utils/pas2js/dist/'));
if not FileExists(BD+'pas2js-namespaced.cfg') then if not FileExists(BD+'pas2js-namespaced.cfg') then
CreateNameSpacedConfigFile(BD+'pas2js-namespaced.cfg'); CreateNameSpacedConfigFile(BD+'pas2js-namespaced.cfg');
end; end;
rmInstall,rmArchive,rmZipInstall: rmInstall,rmArchive,rmZipInstall:
begin begin