mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-18 16:42:54 +01:00
contrib: rename gen-sdk to gen-sdk.py
This puts it in scope for the Python linters.
This commit is contained in:
@@ -44,11 +44,11 @@ xip -x Xcode_15.xip
|
|||||||
|
|
||||||
### Step 2: Generating the SDK tarball from `Xcode.app`
|
### Step 2: Generating the SDK tarball from `Xcode.app`
|
||||||
|
|
||||||
To generate the SDK, run the script [`gen-sdk`](./gen-sdk) with the
|
To generate the SDK, run the script [`gen-sdk.py`](./gen-sdk.py) with the
|
||||||
path to `Xcode.app` (extracted in the previous stage) as the first argument.
|
path to `Xcode.app` (extracted in the previous stage) as the first argument.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./contrib/macdeploy/gen-sdk '/path/to/Xcode.app'
|
./contrib/macdeploy/gen-sdk.py '/path/to/Xcode.app'
|
||||||
```
|
```
|
||||||
|
|
||||||
The generated archive should be: `Xcode-15.0-15A240d-extracted-SDK-with-libcxx-headers.tar`.
|
The generated archive should be: `Xcode-15.0-15A240d-extracted-SDK-with-libcxx-headers.tar`.
|
||||||
|
|||||||
Reference in New Issue
Block a user