Skip to content

Commit

Permalink
Merge pull request #1241 from microsoft/bugfix-build-install
Browse files Browse the repository at this point in the history
[build] Copy All Libs On Install
  • Loading branch information
ppenna committed Apr 25, 2024
2 parents 121b4dd + fa6d6d6 commit 3ff9430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linux.mk
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ doc:
install:
mkdir -p $(INSTALL_PREFIX)/include $(INSTALL_PREFIX)/lib
cp -rf $(INCDIR)/* $(INSTALL_PREFIX)/include/
cp -f $(BUILD_DIR)/$(DEMIKERNEL_LIB) $(INSTALL_PREFIX)/lib/
cp -rf $(LIBDIR)/* $(INSTALL_PREFIX)/lib/
cp -f $(CURDIR)/scripts/config/default.yaml $(INSTALL_PREFIX)/config.yaml

#=======================================================================================================================
Expand Down

0 comments on commit 3ff9430

Please sign in to comment.