forked from openkylin/directx-headers
9 lines
124 B
Plaintext
9 lines
124 B
Plaintext
|
#!/usr/bin/make -f
|
||
|
|
||
|
%:
|
||
|
dh $@ --buildsystem=meson
|
||
|
|
||
|
override_dh_auto_configure:
|
||
|
dh_auto_configure -- \
|
||
|
-Dbuild-test=false
|