Kaydet (Commit) deb2d9b1 authored tarafından Jan Holesovsky's avatar Jan Holesovsky

Hack to get pyuno scripts to the right location on Windows.

üst 424dcd68
...@@ -23,7 +23,11 @@ ...@@ -23,7 +23,11 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above. # instead of those above.
ifeq ($(OS),WNT)
gb_Pyuno__get_outdir_path = bin/pyuno/$(1)
else
gb_Pyuno__get_outdir_path = lib/pyuno/$(1) gb_Pyuno__get_outdir_path = lib/pyuno/$(1)
endif
$(call gb_Pyuno_get_target,%) : $(call gb_Pyuno_get_target,%) :
$(call gb_Output_announce,$*,$(true),PYU,3) $(call gb_Output_announce,$*,$(true),PYU,3)
......
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