11 lines
136 B
C++
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;
|
|
}
|