Skip to content

Commit

Permalink
Add our workaround CEGUI_USE_EXPAT option to release build test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quintus committed Dec 16, 2019
1 parent f77cd8c commit 3cac585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ release: $(TSC_TARFILE)
tar -C /tmp/tsc-release -xf $<
mkdir /tmp/tsc-release/TSC-$(TSC_VERSION)/tsc/build
cd /tmp/tsc-release/TSC-$(TSC_VERSION)/tsc/build && \
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/tmp/tsc-release/build .. && \
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/tmp/tsc-release/build -DCEGUI_USE_EXPAT=ON .. && \
make -j$(shell nproc) && \
make install
@echo ">>>>> Running the game now. Test a bit and close when you are satisfied."
Expand Down

0 comments on commit 3cac585

Please sign in to comment.