Skip to content

Commit

Permalink
chore(build): remove macOS build target on non-release builds (onivim…
Browse files Browse the repository at this point in the history
…#2904)

* Package.json: remove macOS build target on non-release builds

* Add CHANGES entry

Co-authored-by: Bryan Phelps <[email protected]>
  • Loading branch information
zbaylin and bryphe authored Dec 31, 2020
1 parent 45bbad1 commit f20918f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES_CURRENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,4 @@
- #2888 - Extensions: Upgrade vscode-exthost -> 1.52.1
- #2894 - Build: Linux - Fix permission problem removing setup.json (thanks @marcinkoziej!)
- #2889 - Extensions: Upgrade extensions to 1.52.1
- #2904 - Build: Fix warnings in macOS build (thanks @zbaylin!)
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"esy": {
"build": "refmterr dune build -p libvim,textmate,treesitter,Oni2 -j4",
"buildEnv": {
"MACOSX_DEPLOYMENT_TARGET": "10.12",
"ONI2_ROOT": "#{self.root}",
"ONI2_BUILD_MODE": "Debug",
"ONI2_APPCAST_BASEURL": "http://localhost:8080/"
Expand Down

0 comments on commit f20918f

Please sign in to comment.