Skip to content

Commit

Permalink
Update ring2exe.ring
Browse files Browse the repository at this point in the history
  • Loading branch information
justgo97 committed Oct 12, 2018
1 parent 05f9eb0 commit a98ff8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ring2exe/ring2exe.ring
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ func msg cMsg
func BuildApp cFileName,aOptions
msg("Start building the application...")
# Generate the Object File
systemSilent(exefolder()+"../bin/ring " + cFileName + " -go -norun")
systemSilent('"' + exefolder()+"../bin/ring" + '" ' + cFileName + " -go -norun")
# Generate the C Source Code File
cFile = substr(cFileName,".ring","")
GenerateCFile(cFile,aOptions)
Expand Down

0 comments on commit a98ff8f

Please sign in to comment.