Skip to content

Commit

Permalink
Fix libxayagame version for 0.2.
Browse files Browse the repository at this point in the history
Add the exact commit of libxayagame that we use for the "official"
Taurion 0.2 (second competition) builds.
  • Loading branch information
domob1812 committed Dec 30, 2019
1 parent 7fc883b commit 2367513
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ AS_IF([test "x$enable_slow_asserts" = "xyes"], [

PKG_PROG_PKG_CONFIG

# Taurion 0.2 (second competition) uses libxayagame commit
# 826e79d7e000c3164e457df7601451ad01012478 as "official version".
PKG_CHECK_MODULES([XAYAGAME], [libxayautil libxayagame])

PKG_CHECK_MODULES([SQLITE3], [sqlite3])
PKG_CHECK_MODULES([JSON], [jsoncpp])
PKG_CHECK_MODULES([GLOG], [libglog])
Expand Down

0 comments on commit 2367513

Please sign in to comment.