aboutsummaryrefslogtreecommitdiff
path: root/ports/basisu
diff options
context:
space:
mode:
Diffstat (limited to 'ports/basisu')
-rw-r--r--ports/basisu/CONTROL2
-rw-r--r--ports/basisu/portfile.cmake1
2 files changed, 2 insertions, 1 deletions
diff --git a/ports/basisu/CONTROL b/ports/basisu/CONTROL
index f514dbf25..f31edab07 100644
--- a/ports/basisu/CONTROL
+++ b/ports/basisu/CONTROL
@@ -1,5 +1,5 @@
Source: basisu
-Version: 0.0.1
+Version: 0.0.1-1
Homepage: https://github.com/BinomialLLC/basis_universal
Description: Basis Universal is a supercompressed GPU texture and video compression format that outputs a highly compressed intermediate file format (.basis) that can be quickly transcoded to a wide variety of GPU texture compression formats.
Build-Depends: lodepng \ No newline at end of file
diff --git a/ports/basisu/portfile.cmake b/ports/basisu/portfile.cmake
index 02956b584..7882f0d22 100644
--- a/ports/basisu/portfile.cmake
+++ b/ports/basisu/portfile.cmake
@@ -10,6 +10,7 @@ vcpkg_from_github(
vcpkg_configure_cmake(
SOURCE_PATH ${SOURCE_PATH}
+ PREFER_NINJA
OPTIONS
-DBUILD_TESTS=OFF
)