Files
funnygame/fpc/sysroots/xcode.cpp
2026-01-14 20:15:49 +02:00

11 lines
136 B
C++

#include "c.h"
#include "ld.h"
#include "helper.h"
#include "sysroots.h"
DECLARE_SYSROOT_INSTALL_STAGE(xcode_install)
{
return 0;
}