Commit f7458e1e authored by nanahira's avatar nanahira

fix

parent 8eaeffa1
......@@ -64,7 +64,7 @@
- name: build
make:
chdir: '{{home_path}}/ygopro/build'
target: 'config=release -j{{ lookup('pipe', 'nproc') }}'
target: "config=release -j{{ lookup('pipe', 'nproc') }}"
- name: strip ygopro
shell: strip bin/release/ygopro
ignore_errors: true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment