Skip to content

Commit

Permalink
Carefully set jackserver linkage
Browse files Browse the repository at this point in the history
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Oct 28, 2023
1 parent 1609070 commit 493ace9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ $(PROG): $(OBJ)
$(CC) $(OBJ) $(LDFLAGS) $(LIBS) -o $@

$(PROG).so: $(OBJ)
$(CC) $(OBJ) $(LDFLAGS) $(subst -ljack,-ljackserver,$(LIBS)) -shared -o $@
$(CC) $(OBJ) $(LDFLAGS) $(subst -ljack ,-ljackserver ,$(LIBS)) -shared -o $@

# meta-rule to generate the object files
%.o: %.$(EXT) src/info.h
Expand Down

0 comments on commit 493ace9

Please sign in to comment.