Changeset 106003 in vbox for trunk/src/VBox/Disassembler/testcase/Makefile.kmk
- Timestamp:
- Sep 10, 2024 11:46:42 AM (5 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Disassembler/testcase/Makefile.kmk
r105756 r106003 100 100 $(PATH_STAGE_LIB)/DisasmR3$(VBOX_SUFF_LIB) \ 101 101 $(LIB_RUNTIME) 102 103 if defined(TST_DISASM_WITH_CAPSTONE_DISASSEMBLER) 104 tstDisasmArmv8-1_DEFS += TST_DISASM_WITH_CAPSTONE_DISASSEMBLER 105 tstDisasmArmv8-1_LIBS.darwin += /opt/homebrew/lib/libcapstone.dylib 106 tstDisasmArmv8-1_LIBS.linux += capstone 107 endif 108 102 109 endif 103 110
Note:
See TracChangeset
for help on using the changeset viewer.