mirror of
https://github.com/JesseTG/melonds-ds.git
synced 2024-11-27 08:41:08 +00:00
Search for emutest a little more thoroughly
This commit is contained in:
parent
006c968aa2
commit
6749c663f7
@ -11,7 +11,12 @@ endif()
|
||||
message(STATUS "RETROARCH: ${RETROARCH}")
|
||||
|
||||
if (NOT EMUTEST)
|
||||
find_program(EMUTEST emutest REQUIRED)
|
||||
find_program(
|
||||
EMUTEST
|
||||
emutest
|
||||
HINTS "$ENV{GOPATH}/bin" "$ENV{USERPROFILE}/go/bin"
|
||||
REQUIRED
|
||||
)
|
||||
endif()
|
||||
message(STATUS "EMUTEST: ${EMUTEST}")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user