Skip to content

Commit 899fb64

Browse files
authored
Merge pull request #24 from CorySanin/graphics-dat
fix: build target changed from "g2" to "graphics"
2 parents 0753abc + 2304a7d commit 899fb64

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

develop/cli/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN git -c http.sslVerify=false clone --depth 1 -b $OPENRCT2_REF https://github.
1111
&& mkdir build \
1212
&& cd build \
1313
&& cmake .. -G Ninja -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=/openrct2-install/usr -DDISABLE_GUI=ON -DENABLE_HEADERS_CHECK=OFF \
14+
&& ninja -k0 graphics \
1415
&& ninja -k0 install \
1516
&& rm /openrct2-install/usr/lib/libopenrct2.a
1617

0 commit comments

Comments
 (0)