mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
Merge pull request #6045 from dshadowwolf/master
fix the fix so Win32 doesn't break
This commit is contained in:
@@ -25,7 +25,9 @@ add_library(cdrom OBJECT
|
||||
cdrom_image_viso.c
|
||||
cdrom_mke.c
|
||||
)
|
||||
target_include_directories(86Box PRIVATE PkgConfig::SNDFILE)
|
||||
if(NOT WIN32)
|
||||
target_include_directories(86Box PRIVATE PkgConfig::SNDFILE)
|
||||
endif()
|
||||
target_link_libraries(86Box PkgConfig::SNDFILE)
|
||||
|
||||
if(CDROM_MITSUMI)
|
||||
|
||||
Reference in New Issue
Block a user