mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06:00
Messed up the static include line
This commit is contained in:
@ -414,7 +414,7 @@ if(OPENAL_FOUND)
|
|||||||
else()
|
else()
|
||||||
message("Using static soundtouch from Externals")
|
message("Using static soundtouch from Externals")
|
||||||
add_subdirectory(Externals/soundtouch)
|
add_subdirectory(Externals/soundtouch)
|
||||||
include_directories(Externals/soundtouch)
|
include_directories(Externals)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user