some improvements i think

This commit is contained in:
2026-01-14 20:15:49 +02:00
parent 6604c67ec5
commit 49adb21b81
14 changed files with 420 additions and 69 deletions

0
fpc/sysroots/ios.cpp Normal file
View File

0
fpc/sysroots/macos.cpp Normal file
View File

0
fpc/sysroots/wdk.cpp Normal file
View File

10
fpc/sysroots/xcode.cpp Normal file
View File

@@ -0,0 +1,10 @@
#include "c.h"
#include "ld.h"
#include "helper.h"
#include "sysroots.h"
DECLARE_SYSROOT_INSTALL_STAGE(xcode_install)
{
return 0;
}