summaryrefslogtreecommitdiff
path: root/user/physfs/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'user/physfs/APKBUILD')
-rw-r--r--user/physfs/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/physfs/APKBUILD b/user/physfs/APKBUILD
index 86f57e0cc..187afeeef 100644
--- a/user/physfs/APKBUILD
+++ b/user/physfs/APKBUILD
@@ -23,7 +23,7 @@ build() {
-DCMAKE_BUILD_TYPE=RelWithDebugInfo \
-DCMAKE_CXX_FLAGS="$CXXFLAGS" \
-DCMAKE_C_FLAGS="$CFLAGS" \
- ${CMAKE_CROSSOPTS}
+ ${CMAKE_CROSSOPTS} .
make
}