mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
from_os_specific
This commit is contained in:
parent
863662c542
commit
2e531a4650
@ -363,7 +363,7 @@ main(int argc, char *argv[]) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (int i = 1; i < argc; i++) {
|
for (int i = 1; i < argc; i++) {
|
||||||
sign_prc(argv[1], no_comments, pkey);
|
sign_prc(Filename::from_os_specific(argv[1]), no_comments, pkey);
|
||||||
}
|
}
|
||||||
|
|
||||||
return (0);
|
return (0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user