We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00777a1 commit 61f71d5Copy full SHA for 61f71d5
debian/rules
@@ -43,6 +43,10 @@ export SHELL := /bin/bash
43
configure_options += --with-out-ext=tcl
44
configure_options += --with-out-ext=tk
45
46
+# for TestExtLibs
47
+configure_options += --with-out-ext=win32ole
48
+configure_options += --with-out-ext=win32api
49
+
50
%:
51
dh $@ --parallel --with autotools-dev --with autoreconf
52
0 commit comments