mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 08:21:14 +00:00
DragonFly BSD support
This commit is contained in:
13
Unix/ventoy_unix_src/DragonFly/build.sh
Normal file
13
Unix/ventoy_unix_src/DragonFly/build.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -f init
|
||||
|
||||
gcc -DMOUNT_NOMAIN -Os -static *.c -I. -lutil -lkiconv -o init
|
||||
|
||||
strip --strip-all init
|
||||
|
||||
if [ -e init ]; then
|
||||
echo -e "\n========= SUCCESS ==============\n"
|
||||
else
|
||||
echo -e "\n========= FAILED ==============\n"
|
||||
fi
|
Reference in New Issue
Block a user