mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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:
@@ -22,7 +22,7 @@
|
||||
#include "swift/Runtime/Debug.h"
|
||||
#endif
|
||||
|
||||
#include "../SwiftShims/UnicodeData.h"
|
||||
#include "SwiftShims/UnicodeData.h"
|
||||
#include <limits>
|
||||
|
||||
SWIFT_RUNTIME_STDLIB_INTERNAL
|
||||
|
||||
Reference in New Issue
Block a user