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:
@@ -39,7 +39,7 @@
|
||||
|
||||
#include "swift/Runtime/Debug.h"
|
||||
#include "swift/Runtime/Mutex.h"
|
||||
#include "../SwiftShims/Random.h"
|
||||
#include "SwiftShims/Random.h"
|
||||
|
||||
#include <algorithm> // required for std::min
|
||||
|
||||
|
||||
Reference in New Issue
Block a user