Skip to content

Commit

Permalink
fixed Makefile for make dist
Browse files Browse the repository at this point in the history
  • Loading branch information
kentdlee committed Oct 23, 2024
1 parent e2d1db6 commit 369767a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ dist: $(addprefix $(INSTALL_DIR)/,$(LIBRARIES) $(BINARIES)) $(CY_FILES)
# cp -f lib/libdragon.so build/dragon_wheel/lib
# cp -f lib/libpmod.so build/dragon_wheel/lib
# cp -f lib/libpmsgqueue.so build/dragon_wheel/lib
cp -f lib/libdfabric_*.so dist/lib
cp -f lib/libdfabric_*.so dist/lib || true
$(PYTHON) setup.py bdist_wheel --skip-build --bdist-dir=$(abspath build/dragon_wheel)
$(MAKE) -C modulefiles dist
$(MAKE) -C pkg dist
Expand Down

0 comments on commit 369767a

Please sign in to comment.