Skip to content

Commit

Permalink
i#1569 AArch64: Update unsynchronized filename in building.dox (#6772)
Browse files Browse the repository at this point in the history
toolchain-arm64.cmake was renamed to toolchain-aarch64.cmake in PR
#4753, but building.dox was not in sync.

Issue: #1569
  • Loading branch information
ksco authored Apr 11, 2024
1 parent 8a8c10f commit dd0f289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/docs/building.dox
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Check out the sources as normal, and point at our toolchain CMake file:
$ git clone --recurse-submodules -j4 https://github.com/DynamoRIO/dynamorio.git
$ mkdir build_aarch64
$ cd build_aarch64
$ cmake -DCMAKE_TOOLCHAIN_FILE=../dynamorio/make/toolchain-arm64.cmake ../dynamorio
$ cmake -DCMAKE_TOOLCHAIN_FILE=../dynamorio/make/toolchain-aarch64.cmake ../dynamorio
$ make -j
```

Expand Down

0 comments on commit dd0f289

Please sign in to comment.