Skip to content

Commit

Permalink
vulkan-header: disable cppm
Browse files Browse the repository at this point in the history
  • Loading branch information
eko5624 authored Jun 20, 2024
1 parent d66074b commit 6a776a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vulkan-dev/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ build() {
cmake .. \
-G "Ninja" \
-DCMAKE_INSTALL_PREFIX=/opt \
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_BUILD_TYPE=Release \
-DVULKAN_HEADERS_ENABLE_MODULE=OFF
cmake --install . --prefix=$srcdir/opt

cd $srcdir/Vulkan-Loader
Expand Down

0 comments on commit 6a776a1

Please sign in to comment.