mirror of
https://github.com/radareorg/radare2.git
synced 2025-01-20 20:55:32 +00:00
6 lines
85 B
Bash
Executable File
6 lines
85 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export CC="tcc"
|
|
export DEBUG=0
|
|
exec sys/install.sh --with-compiler=tcc $*
|