Skip to content

Commit

Permalink
Updated ARCH for Microsoft
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjaffe37 committed Mar 4, 2024
1 parent 8bb325b commit 1d2e26e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wix/Build.OpenJDK_generic.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ FOR %%A IN (%ARCH%) DO (
IF !PLATFORM! == x86-32 (
SET PLATFORM=x86
)
@REM Microsoft uses "x86" instead of "x86-32" for the platform folder
IF !VENDOR! == Microsoft SET FOLDER_PLATFORM=!PLATFORM!

SET SETUP_RESOURCES_DIR=.\Resources

Expand Down

0 comments on commit 1d2e26e

Please sign in to comment.