Skip to content

Commit 900cb73

Browse files
committedMay 17, 2024
add option to build combined arm and intel 64 bit binaries
1 parent 0106af0 commit 900cb73

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎liblabjackusb/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ ifeq ($(UNAME),Darwin)
2121
# Build for only the host architecture
2222
#ARCHFLAGS =
2323

24+
# Build for 64 bit Intel and Arm architectures
25+
#ARCHFLAGS = -arch x86_64 -arch arm64
26+
2427
# Build for 32- and 64-bit Intel architectures
2528
#ARCHFLAGS = -arch i386 -arch x86_64
2629

0 commit comments

Comments
 (0)
Please sign in to comment.