mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-12 21:10:42 +00:00
Small updates to interceptor-lib build steps
This commit is contained in:
committed by
Baldur Karlsson
parent
8d9193aef8
commit
577769ecc2
+2
-1
@@ -61,12 +61,13 @@ make -j8 install
|
||||
There is one extra step needed to copy some non-public headers into the install, that are required by interceptor-lib. From the `build_armXX` folder:
|
||||
|
||||
```
|
||||
cp -R ../lib/Target/ARM/MCTargetDesc/ $TARGET_PATH/include/
|
||||
|
||||
# for arm32
|
||||
cp -R ../lib/Target/ARM/MCTargetDesc/ $TARGET_PATH/include/
|
||||
cp ./lib/Target/ARM/ARM*.inc $TARGET_PATH/include/MCTargetDesc/
|
||||
|
||||
# for arm64
|
||||
cp -R ../lib/Target/AArch64/MCTargetDesc/ $TARGET_PATH/include/
|
||||
cp ./lib/Target/AArch64/AArch64*.inc $TARGET_PATH/include/MCTargetDesc/
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user