mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-14 13:27:45 -07:00
Externals: Fix ed25519 include path.
This commit is contained in:
parent
f8f592c345
commit
990acbb17d
@ -649,6 +649,7 @@ add_subdirectory(Externals/FreeSurround)
|
||||
if (APPLE OR WIN32)
|
||||
message(STATUS "Using ed25519 from Externals")
|
||||
add_subdirectory(Externals/ed25519)
|
||||
include_directories(Externals/ed25519)
|
||||
endif()
|
||||
|
||||
# Using static soundtouch from Externals
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include <optional>
|
||||
|
||||
#include <OptionParser.h>
|
||||
#include <ed25519/ed25519.h>
|
||||
#include <ed25519.h>
|
||||
#include <mbedtls/base64.h>
|
||||
#include <mbedtls/sha256.h>
|
||||
#include <zlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user