10 lines
243 B
Plaintext
10 lines
243 B
Plaintext
|
|
||
|
#load "package_macos.jai";
|
||
|
|
||
|
main :: () {
|
||
|
package_for_macos(.{
|
||
|
exe_path = "/Users/ps/work/minos/p_atof/run_tree/atof_MACOS_X64_Debug",
|
||
|
output_path = "/Users/ps/work/jai-resources/macos_development/",
|
||
|
output_name = "test",
|
||
|
});
|
||
|
}
|