Skip to content

Commit

Permalink
fix the cinclude path, really
Browse files Browse the repository at this point in the history
  • Loading branch information
mashingan committed Jan 6, 2020
1 parent 273b355 commit 38b2a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ffmpeg.nim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import os

const source = currentSourcePath.parentDir()
const includepath = "-I" & (source / "cinclude")
const includepath = "-I" & (source / "../cinclude")
{.passC: includepath.}

import ffmpeg/utiltypes
Expand Down

0 comments on commit 38b2a51

Please sign in to comment.