io.files: command line params is in the system's native encoding
parent
94eb855903
commit
a2e8af2581
|
@ -85,8 +85,9 @@ M: object cwd ( -- path ) "." ;
|
||||||
PRIVATE>
|
PRIVATE>
|
||||||
|
|
||||||
: init-resource-path ( -- )
|
: init-resource-path ( -- )
|
||||||
OBJ-ARGS special-object
|
OBJ-ARGS special-object [
|
||||||
[ utf8 alien>string "-resource-path=" ?head [ drop f ] unless ] map-find drop
|
alien>native-string "-resource-path=" ?head [ drop f ] unless
|
||||||
|
] map-find drop
|
||||||
[ image-path parent-directory ] unless* "resource-path" set-global ;
|
[ image-path parent-directory ] unless* "resource-path" set-global ;
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue