Kaydet (Commit) f256b187 authored tarafından Michael Stahl's avatar Michael Stahl

desktop: fix misformatted makefile line

(regression from 99b7c4f5)

Change-Id: I2c3c0478a12e86d78074a8e1b25818de32d4b091
üst 9b2aeefa
......@@ -20,7 +20,9 @@ $(eval $(call gb_Library_use_external,deploymentgui,boost_headers))
$(eval $(call gb_Library_set_precompiled_header,deploymentgui,$(SRCDIR)/desktop/inc/pch/precompiled_deploymentgui))
$(eval $(call gb_Library_use_custom_headers,deploymentgui,\ officecfg/registry \ ))
$(eval $(call gb_Library_use_custom_headers,deploymentgui,\
officecfg/registry \
))
$(eval $(call gb_Library_use_sdk_api,deploymentgui))
......
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