Skip to content

Commit

Permalink
Small package script typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xchellx committed Dec 17, 2024
1 parent 349b6f7 commit 1c921c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
dp0="$(dirname $(readlink -m $BASH_SOURCE))"
echo "Building with cmake into $dp0/build/libgxtexture.dll..."
echo "Building with cmake into $dp0/build/txtrtool.exe..."
[ -d "$dp0/build" ] && "$dp0/delcfg.sh"
[ -d "$dp0/build" ] && rm -rf "$dp0/build"
cmake -S "$dp0" -B "$dp0/build" -DCMAKE_BUILD_TYPE=Release -G Ninja -DSTBIR_SSE2:BOOL=ON -DSTBIR_AVX:BOOL=ON -DSTBIR_AVX2:BOOL=ON -DBUILD_SQUISH_WITH_SSE2:BOOL=ON
Expand Down

0 comments on commit 1c921c3

Please sign in to comment.