mirror of https://github.com/ppy/SDL3-CS.git
Fix path for CMAKE_PREFIX_PATH in different archs
This commit is contained in:
parent
f5dcc15710
commit
5b535590d5
|
|
@ -102,9 +102,9 @@ fi
|
||||||
if [[ $RUNNER_OS == 'Windows' ]]; then
|
if [[ $RUNNER_OS == 'Windows' ]]; then
|
||||||
CMAKE_PREFIX_PATH="../SDL/install_output/cmake/"
|
CMAKE_PREFIX_PATH="../SDL/install_output/cmake/"
|
||||||
elif [[ $RUNNER_OS == 'Linux' ]]; then
|
elif [[ $RUNNER_OS == 'Linux' ]]; then
|
||||||
CMAKE_PREFIX_PATH="../SDL/install_output/cmake/SDL3/"
|
CMAKE_PREFIX_PATH="../SDL/install_output/lib/cmake/SDL3/"
|
||||||
elif [[ $RUNNER_OS == 'macOS' ]]; then
|
elif [[ $RUNNER_OS == 'macOS' ]]; then
|
||||||
CMAKE_PREFIX_PATH="../SDL/install_output/cmake/SDL3/"
|
CMAKE_PREFIX_PATH="../SDL/install_output/lib/cmake/SDL3/"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Build SDL_image
|
# Build SDL_image
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue