Skip to content

Commit e3f9a2a

Browse files
brainromrpavlik
authored andcommitted
Allow Clang make pdb
1 parent 40ee59c commit e3f9a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/loader/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ install(
335335
COMPONENT CMakeConfigs
336336
)
337337

338-
if(MSVC AND DYNAMIC_LOADER)
338+
if(WIN32 AND NOT MINGW AND DYNAMIC_LOADER)
339339
install(FILES $<TARGET_PDB_FILE:openxr_loader> DESTINATION ${CMAKE_INSTALL_BINDIR} OPTIONAL)
340340
endif()
341341

0 commit comments

Comments
 (0)