Skip to content

Commit b7e100b

Browse files
reneengelhardhatapitk
authored andcommitted
-BUCR is gone in cppumaker
-BUCR is gone in cppumaker upstream, se http://cgit.freedesktop.org/libreoffice/core/commit/?id=02a8e8acd1f0cbb512868fd9849363f9d069db95. Fix like upstream for javamaker (which had the same change) in http://cgit.freedesktop.org/libreoffice/core/commit/?id=5f8015045cb59ff9574230530d371b6659697881
1 parent 389e73a commit b7e100b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ $(patsubst %,build/oxt/%,$(STANDALONE_EXTENSION_FILES)): build/oxt/%: $(STANDALO
236236
# Type library C++ headers
237237
build/hpp.flag:
238238
-$(MKDIR) build$(PS)hpp
239-
$(CPPUMAKER) -Gc -BUCR -O./build/hpp $(URE_TYPES) $(OFFICE_TYPES)
239+
$(CPPUMAKER) -Gc -O./build/hpp $(URE_TYPES) $(OFFICE_TYPES)
240240
echo flagged > $@
241241

242242

0 commit comments

Comments
 (0)