Navigation Menu

Skip to content

Commit

Permalink
Use .tar.bz2 on this branch, too.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 23, 2012
1 parent 3f212a8 commit 1c48a28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -522,10 +522,10 @@ else()
endif()

if(UNIX)
set(PHYSFS_TARBALL "${CMAKE_CURRENT_SOURCE_DIR}/../physfs-${PHYSFS_VERSION}.tar.gz")
set(PHYSFS_TARBALL "${CMAKE_CURRENT_SOURCE_DIR}/../physfs-${PHYSFS_VERSION}.tar.bz2")
add_custom_target(
dist
hg archive -t tgz "${PHYSFS_TARBALL}"
hg archive -t tbz2 "${PHYSFS_TARBALL}"
WORKING_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}"
COMMENT "Building source tarball '${PHYSFS_TARBALL}'..."
)
Expand Down

0 comments on commit 1c48a28

Please sign in to comment.