We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33627ed commit ce36483Copy full SHA for ce36483
azure-pipelines.yml
@@ -32,14 +32,14 @@ steps:
32
- script: |
33
git clone https://github.com/Rinnegatamante/imgui-vita
34
cd imgui-vita
35
- make
+ make -j$(nproc)
36
sudo -E make install
37
displayName: 'Build dear ImGui'
38
39
40
mkdir daedbuild
41
cd daedbuild
42
- cmake -DVITA_RELEASE=1 ../Source -DCMAKE_TOOLCHAIN_FILE=../vita.toolchain.make -G "Unix Makefiles"
+ cmake -DVITA_RELEASE=1 ../Source -DCMAKE_TOOLCHAIN_FILE=$VITASDK/share/vita.toolchain.cmake
43
make -j$(nproc)
44
displayName: 'Build Daedalus X64'
45
0 commit comments