Skip to content

Commit

Permalink
libvpx: Fix folder once again.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Jan 23, 2022
1 parent 08e8873 commit bc4e6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/vpx/CMakeLists.txt
Expand Up @@ -28,7 +28,7 @@ if (WIN32)
else()
set(libvpx_release_folder Win32)
endif()
set(vpx_lib_loc ${libs_loc}/local/lib/libvpx_release_folder)
set(vpx_lib_loc ${libs_loc}/local/lib/${libvpx_release_folder})
set_target_properties(external_vpx PROPERTIES
IMPORTED_LOCATION "${vpx_lib_loc}/vpxmt.lib"
IMPORTED_LOCATION_DEBUG "${vpx_lib_loc}/vpxmt.lib"
Expand Down

0 comments on commit bc4e6ae

Please sign in to comment.