Skip to content

Commit

Permalink
fix: now installs bass.dll properly on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
khrynczenko committed Oct 17, 2019
1 parent 4d832aa commit a9a72d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ if(UNIX)
set(BASS_INSTALL_LIB "${BASS_LIB_FILE}")
set(BASS_AAC_INSTALL_LIB "${BASS_AAC_LIB_FILE}")
elseif(WIN32)
set(BASS_INSTALL_LIB "${BASS_LIB_FILE}")
set(BASS_INSTALL_LIB "${bass_SOURCE_DIR}/x64/bass.dll")
endif()

configure_file (
Expand Down

0 comments on commit a9a72d8

Please sign in to comment.