Skip to content

Commit

Permalink
Update build.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
prikolium-cfx authored May 1, 2024
1 parent 74035b1 commit 74a1f29
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build/build.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# Turn off echo and set error preference to continue on error
$ErrorActionPreference = 'Continue'

# Define environment variables
$env:GN_DEFINES = "is_chrome_branded=false symbol_level=1 is_official_build=true use_thin_lto=false proprietary_codecs=true ffmpeg_branding=Chrome enable_widevine=false"
$env:GN_DEFINES = "is_chrome_branded=false symbol_level=1 is_official_build=true use_thin_lto=false proprietary_codecs=true ffmpeg_branding=Chrome"
$env:GYP_MSVS_VERSION = "2022"

# Get the current directory of the script
Expand Down

0 comments on commit 74a1f29

Please sign in to comment.