Skip to content

Commit

Permalink
win fix 馃馃
Browse files Browse the repository at this point in the history
  • Loading branch information
nornagon committed Jul 2, 2019
1 parent 85ed1ea commit 46f0c9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1099,8 +1099,8 @@ if (is_mac) {
_target_executable_suffix = ""
_target_shared_library_suffix = ".so"
} else if (is_win) {
_target_executable_suffix = ".exe.pdb"
_target_shared_library_suffix = ".dll.pdb"
_target_executable_suffix = ".exe"
_target_shared_library_suffix = ".dll"
}

extract_symbols("electron_app_symbols") {
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ build_script:
- ps: >-
if ($env:GN_CONFIG -eq 'release') {
# Needed for msdia140.dll on 64-bit windows
$env:Path += ";$pwd\src\third_party\llvm-build\Release+Asserts\bin"
$env:Path += ";$pwd\third_party\llvm-build\Release+Asserts\bin"
ninja -C out/Default electron:electron_symbols
}
- ps: >-
Expand Down

0 comments on commit 46f0c9c

Please sign in to comment.