aboutsummaryrefslogtreecommitdiff
path: root/games/54321/files/variables.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'games/54321/files/variables.GNU')
-rw-r--r--games/54321/files/variables.GNU2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/54321/files/variables.GNU b/games/54321/files/variables.GNU
index e2fea19aeccb..8dfea308fdb1 100644
--- a/games/54321/files/variables.GNU
+++ b/games/54321/files/variables.GNU
@@ -1,6 +1,6 @@
############################################################
CXX := c++
-STRIP := strip
+STRIP := true
############################################################
MKDIR_CMD = test -d $(@D) || mkdir -p $(@D)
############################################################