Skip to content

Commit 39a43a2

Browse files
authored
Update build-android-lua.yml
1 parent c690716 commit 39a43a2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-android-lua.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ jobs:
150150
$(LUAC_T): $(LUAC_O) $(LIB_O)
151151
$(CC) -o $@ $(MYLDFLAGS) $(LUAC_O) $(LIB_O) $(CORE_O) $(MYLIBS)
152152
153+
$(CJSON_DIR)/%.o: $(CJSON_DIR)/%.c
154+
$(CC) $(MYCFLAGS) -c $< -o $@
155+
153156
clean:
154157
$(RM) $(ALL_T) $(ALL_O)
155158

0 commit comments

Comments
 (0)