Skip to content

Commit

Permalink
Fix include path on insn_queue test under ppc64le
Browse files Browse the repository at this point in the history
Commit as trivial. The path is clearly wrong.

Signed-off-by: Giuliano Belinassi <[email protected]>
  • Loading branch information
giulianobelinassi committed Oct 23, 2024
1 parent 57bf6a6 commit 529b432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ endif
if CPU_PPC64LE
dlsym_LDADD += \
-l:ld64.so.2
insn_queue_CFLAGS += -I$(srcdir)/../include/powerpc64le/x86_64/
insn_queue_CFLAGS += -I$(srcdir)/../include/arch/powerpc64le/
endif

chroot_SOURCES = chroot.c
Expand Down

0 comments on commit 529b432

Please sign in to comment.