Skip to content

Commit

Permalink
fix osx build typo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Sep 24, 2024
1 parent 4707455 commit 7907c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/apple-osx.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ all: ${BUILD_DEPS} zenroom.command zencode-exec.command

zenroom.command: ${ZEN_SOURCES} src/cli-zenroom.o
$(info === Building the zenroom CLI)
${zenroom_cc} ${cflags} ${ZEN_SOURCES} src/cli-zenroom.c -o $@ ${ldflags} ${ldadd}
${zenroom_cc} ${cflags} ${ZEN_SOURCES} src/cli-zenroom.o -o $@ ${ldflags} ${ldadd}

zencode-exec.command: ${ZEN_SOURCES} src/zencode-exec.o
$(info === Building the zencode-exec utility)
Expand Down

0 comments on commit 7907c0b

Please sign in to comment.