We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ce432 commit faaeeb6Copy full SHA for faaeeb6
makefile
@@ -760,8 +760,9 @@ bindist:
760
cp $(FBC_EXE) $(packbin)
761
cp -r $(rootdir)inc/* $(packinc)
762
ifdef ENABLE_STANDALONE
763
- cp bin/$(FBTARGET)/* $(packbin)
764
- cp lib/$(FBTARGET)/*.a lib/$(FBTARGET)/*.o $(packlib)
+ mkdir -p $(FBPACKAGE)/bin/$(FBTARGET)
+ cp bin/$(FBTARGET)/* $(FBPACKAGE)/bin/$(FBTARGET)
765
+ cp lib/$(FBTARGET)/*.a lib/$(FBTARGET)/*.o lib/$(FBTARGET)/*.x $(packlib)
766
else
767
cp $(RTL_LIBS) $(GFX_LIBS) $(packlib)
768
endif
0 commit comments