summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEndlessEden2020-07-30 16:01:11 +1000
committerEndlessEden2020-07-30 16:01:11 +1000
commit33c8fbea4a8fc3278cd12aa2620f8a2fd564bff5 (patch)
treec5b794ed4e53bdb7da7ca5773c857567007e9fd6 /PKGBUILD
parent3cb78ef8a49979327476ef236f69e9b49f5915d9 (diff)
downloadaur-33c8fbea4a8fc3278cd12aa2620f8a2fd564bff5.tar.gz
Fixed make commands
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 15f00bd35a8f..f294d3f2ab01 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -44,8 +44,8 @@ pkgver() {
build() {
cd OpenRA
- make dependencies ### Verify Dependencies.
- make all DEBUG=false ### Build application and tools...
+ #make dependencies ### Verify Dependencies.
+ make all DEBUG=false TARGETPLATFORM=unix-generic ### Build application and tools...
#make test DEBUG=false ### Checking the build, for erroneous yaml files...
#make check DEBUG=false ### Checking the build, for StyleCop violations...
#make docs DEBUG=false ### This exists in the Makefile, but is unused? (Make Documentation, mainly aimed at modders)