Skip to content

Commit

Permalink
packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dfober committed Jan 10, 2020
1 parent 5212758 commit 3cf54f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/MakePkg.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ IF NOT EXIST libmusicxml2.sln (
)


cmake .. -DPACK=on
cmake .. -DPACK=on -DLILY=on -DBRL=on
cmake --build . --config Release -- /maxcpucount:4
cpack -G NSIS64
move libMusicXML-*.exe ..
Expand Down
2 changes: 1 addition & 1 deletion build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ winpack:
mv win64/libmusicxml-*.exe .

macpack: $(PACKDIR)/README.html
$(MAKE) cmake CMAKEOPT="-DLILY=on -DFMWK=off"
$(MAKE) cmake CMAKEOPT="-DLILY=on -DBRL=on -DFMWK=off"
$(MAKE) macos
-[ -d $(PACK) ] && rm -rf $(PACK)
$(MAKE) install PREFIX=../$(PACK)
Expand Down

0 comments on commit 3cf54f3

Please sign in to comment.