mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
stubs: avoid reaching up-tree, prefer inclusion options
This removes the explicit tree structure reference in the stubs to locate the shims. Instead, it expects that the `SwiftShims` directory will be added to the header search path.
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#ifndef SCALAR_PROP_DATA_H
|
||||
#define SCALAR_PROP_DATA_H
|
||||
|
||||
#include "../SwiftShims/SwiftStdint.h"
|
||||
#include "SwiftShims/SwiftStdint.h"
|
||||
|
||||
#define BIN_PROPS_COUNT 4855
|
||||
|
||||
|
||||
Reference in New Issue
Block a user