Skip to content

Commit

Permalink
fix: make linkage of skap depend on libraylib.a (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
iWas-Coder committed May 24, 2024
1 parent 5d1e2a1 commit 6a8c8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ $(BUILD_DIR)/%.o: $(SRC_DIR)/%.c
$(SKAP_ASSETPACK_OUT): $(SKAP_OUT) $(SKAP_ASSETS)
$(Q)./$<

$(SKAP_OUT): $(SKAP_OBJS)
$(SKAP_OUT): $(RAYLIB_OUT) $(SKAP_OBJS)
@echo " $(PPO_HOSTLD) $@"
$(Q)$(CC) $(SKAP_OBJS) $(SKAP_LDFLAGS) -o $@

Expand Down

0 comments on commit 6a8c8d4

Please sign in to comment.