Skip to content

Commit

Permalink
fix OCCU x86_64 directory spec to x86_64-linux-gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Sep 21, 2024
1 parent 57668ad commit 347254a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot-external/package/occu/occu.mk
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ endif

ifeq ($(BR2_x86_64),y)
OCCU_ARCH=X86_32_GCC8
OCCU_ARCH64=x86_64
OCCU_ARCH64=x86_64-linux-gnu
OCCU_LIB=$(BR2_ROOTFS_LIB32_DIR)
OCCU_LIB64=$(BR2_ROOTFS_LIB_DIR)
endif
Expand Down

0 comments on commit 347254a

Please sign in to comment.