We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1647079 commit 4556f8aCopy full SHA for 4556f8a
1 file changed
.github/workflows/build.yml
@@ -144,7 +144,7 @@ jobs:
144
working-directory: mbedtls-2.16.12
145
run: |
146
mkdir orbis && cd orbis
147
- cmake --toolchain ../../../SDL-PS4/cmake/openorbis.cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTING=FALSE -DENABLE_PROGRAMS=FALSE
+ cmake --toolchain ../../SDL-PS4/cmake/openorbis.cmake .. -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTING=FALSE -DENABLE_PROGRAMS=FALSE
148
make
149
cp -R ../include/mbedtls ${OO_PS4_TOOLCHAIN}/include/
150
cp library/libmbed*.a ${OO_PS4_TOOLCHAIN}/lib/
0 commit comments