7 lines
119 B
Plaintext
Executable File
7 lines
119 B
Plaintext
Executable File
#!/usr/bin/env modbuild
|
|
|
|
# use system gcc to compile
|
|
declare -rx CC=gcc
|
|
|
|
pbuild::add_configure_args "--disable-shared"
|