Skip to content

Commit f43eb3d

Browse files
committed
Change names of both PDBs to asar.exe and asar.dll respectively.
As requested by #247 (comment)
1 parent daab80a commit f43eb3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/asar/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ if(ASAR_GEN_EXE)
209209
endif()
210210

211211
set_target_properties(asar-standalone PROPERTIES OUTPUT_NAME "asar")
212-
set_target_properties(asar-standalone PROPERTIES PDB_NAME "asar-standalone")
212+
set_target_properties(asar-standalone PROPERTIES PDB_NAME "asar.exe")
213213
endif(ASAR_GEN_EXE)
214214

215215

@@ -229,4 +229,6 @@ if(ASAR_GEN_DLL)
229229
)
230230
target_compile_definitions(asar PRIVATE "ASAR_SHARED")
231231
set_asar_shared_properties(asar)
232+
233+
set_target_properties(asar PROPERTIES PDB_NAME "asar.dll")
232234
endif(ASAR_GEN_DLL)

0 commit comments

Comments
 (0)