Rearrange compile flags
This commit is contained in:
@@ -73,8 +73,8 @@ module.exports = (grunt) ->
|
|||||||
grunt.registerTask 'compile:bin', () ->
|
grunt.registerTask 'compile:bin', () ->
|
||||||
callback = @async()
|
callback = @async()
|
||||||
proc = spawn "cc", [
|
proc = spawn "cc", [
|
||||||
"-o", "bin/synctex", "-lz", "-Isrc/synctex",
|
"-o", "bin/synctex", "-Isrc/synctex",
|
||||||
"src/synctex.c", "src/synctex/synctex_parser.c", "src/synctex/synctex_parser_utils.c"
|
"src/synctex.c", "src/synctex/synctex_parser.c", "src/synctex/synctex_parser_utils.c", "-lz"
|
||||||
], stdio: "inherit"
|
], stdio: "inherit"
|
||||||
proc.on "close", callback
|
proc.on "close", callback
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user