summaryrefslogtreecommitdiffstats
path: root/rules/post
diff options
context:
space:
mode:
Diffstat (limited to 'rules/post')
-rw-r--r--rules/post/ptxd_make_world_compile.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/post/ptxd_make_world_compile.make b/rules/post/ptxd_make_world_compile.make
index e346e1a5d..0c07e3c40 100644
--- a/rules/post/ptxd_make_world_compile.make
+++ b/rules/post/ptxd_make_world_compile.make
@@ -14,7 +14,7 @@ world/compile = \
compile = \
+$(call world/env, $(1)) \
- pkg_make_opt="$(2)" \
+ pkg_make_opt="$(call ptx/escape,$(2))" \
ptxd_make_world_compile
$(STATEDIR)/%.compile: