Skip to content

Commit ee7c9f4

Browse files
authored
Update build-android-lua.yml
1 parent 8b675de commit ee7c9f4

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

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

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ jobs:
120120
MYLDFLAGS=-shared
121121
MYLIBS=-ldl -lm
122122
PLAT= generic
123-
124-
CORE_T= liblua.a
123+
125124
CORE_O= lapi.o lcode.o lctype.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o \
126125
lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o \
127126
ltm.o lundump.o lvm.o lzio.o
@@ -142,11 +141,6 @@ jobs:
142141
all: $(ALL_T)
143142
144143
o: $(ALL_O)
145-
a: $(ALL_A)
146-
147-
$(CORE_T): $(CORE_O) $(AUX_O) $(LIB_O)
148-
$(AR) $@ $?
149-
$(RANLIB) $@
150144
151145
$(LUA_T): $(CORE_O) $(AUX_O) $(LIB_O)
152146
$(CC) -o $@ $(MYLDFLAGS) $(CORE_O) $(LIB_O) $(MYLIBS)

0 commit comments

Comments
 (0)