Closed Tokariew closed 4 years ago
found a fix…
missing LDFLAGS option in makefile.mingw
$(TOLUA): $(TOLUAOBJS) server/lua/tolua.c server/lua/tolualua.c
$(CC) $(LUACFLAGS) $(LDFLAGS) -o $@ $(TOLUAOBJS) server/lua/tolua.c server/lua/tolualua.c $(LUALIBS)
Sorry not fixed for me somehow messed up branches, with deleted code function :|
Fixed by commit 17d2ee3e0d66877716fba2fc777d1b5bdaa1c0cf.
I had some problems with cross-compiling latest changes on server…
tried with mingw-gcc-9.21
fix for second was simple, not sure why mingw-gcc doesn't work in this case… for first i just reverted changes in ba5465118faabe318345b48bd8083281b66f5db1 which is probably not nice
Normal compiling with gcc 10.2.1 on fedora is fine…