mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 04:24:37 +03:00
Preparation for AArch64 support
This commit is contained in:
@@ -33,7 +33,7 @@ if [ -f ${BUILD_DIR}/asmjit_test_x86_instinfo ]; then
|
||||
eval "$RUN_CMD ${BUILD_DIR}/asmjit_test_x86_instinfo"
|
||||
fi
|
||||
|
||||
if [ -f ${BUILD_DIR}asmjit_test_x86_cc ]; then
|
||||
if [ -f ${BUILD_DIR}asmjit_test_compiler ]; then
|
||||
echo ""
|
||||
eval "$RUN_CMD ${BUILD_DIR}/asmjit_test_x86_cc"
|
||||
eval "$RUN_CMD ${BUILD_DIR}/asmjit_test_compiler"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user