photon.framework now supports static and dynamic builds
This commit is contained in:
@@ -6,4 +6,11 @@ binary_dir=$3
|
||||
|
||||
crt_files=$(find $binary_dir -name "crt*.o")
|
||||
|
||||
$bundle_prog framework add-binaries -f $framework_path $crt_files
|
||||
$bundle_prog framework add-binaries \
|
||||
-f $framework_path \
|
||||
-m static \
|
||||
$crt_files
|
||||
|
||||
$bundle_prog framework add-binaries \
|
||||
-f $framework_path \
|
||||
$crt_files
|
||||
|
||||
Reference in New Issue
Block a user