mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00
Custom ICU build does not require IcuTracing. (#99346)
This commit is contained in:
parent
ef339ba8b4
commit
fa55ff6fde
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ Removing specific feature data might result in an exception that starts with `[C
|
|||
* For prerequisites run `.devcontainer/postCreateCommand.sh` (it is run automatically on creation if using Codespaces)
|
||||
* Building:
|
||||
```
|
||||
./build.sh /p:TargetOS=Browser /p:TargetArchitecture=wasm /p:IcuTracing=true
|
||||
./build.sh /p:TargetOS=Browser /p:TargetArchitecture=wasm
|
||||
```
|
||||
Output is located in `artifacts/bin/icu-browser-wasm`.
|
||||
|
||||
|
@ -45,7 +45,7 @@ Removing specific feature data might result in an exception that starts with `[C
|
|||
```
|
||||
* Building:
|
||||
```bash
|
||||
./build.sh /p:TargetOS=Android /p:TargetArchitecture=x64 /p:IcuTracing=true
|
||||
./build.sh /p:TargetOS=Android /p:TargetArchitecture=x64
|
||||
```
|
||||
|
||||
Output from both builds will be located in subdirectories of `artifacts/bin`. Copy the generated `.dat` files to your project location and provide the path to it in the `.csproj`, e.g.:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue