Skip to content

Commit

Permalink
Adds support for ARM64 in UWP builds (protocolbuffers#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten authored Jan 11, 2019
1 parent 8a6ee16 commit 6bc615d
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions protobuf.lua
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,30 @@ project "protobuf"

-- configuration { "winuwp_release", "ARM" }

-- -------------------------------------------------------------
-- configuration { "winuwp_debug", "ARM64" }
-- -------------------------------------------------------------

-- common configuration settings

dofile (_BUILD_DIR .. "/static_winuwp_arm64_debug.lua")

-- project specific configuration settings

-- configuration { "winuwp_debug", "ARM64" }

-- -------------------------------------------------------------
-- configuration { "winuwp_release", "ARM64" }
-- -------------------------------------------------------------

-- common configuration settings

dofile (_BUILD_DIR .. "/static_winuwp_arm64_release.lua")

-- project specific configuration settings

-- configuration { "winuwp_release", "ARM64" }

-- -------------------------------------------------------------
end

Expand Down

0 comments on commit 6bc615d

Please sign in to comment.