Skip to content

Commit

Permalink
Merge pull request #10 from r9y9/precompile-on-windows
Browse files Browse the repository at this point in the history
enable precompile on windows
  • Loading branch information
r9y9 committed Mar 22, 2016
2 parents a4637f8 + 1db0f48 commit 4e54e88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions REQUIRE
@@ -1,3 +1,3 @@
julia 0.4
SPTK
MelGeneralizedCepstrums
SPTK 0.1.1
MelGeneralizedCepstrums 0.0.3
2 changes: 1 addition & 1 deletion src/SynthesisFilters.jl
@@ -1,4 +1,4 @@
VERSION >= v"0.4.0-dev+6521" && __precompile__(@unix? true : false)
VERSION >= v"0.4.0-dev+6521" && __precompile__()

module SynthesisFilters

Expand Down

0 comments on commit 4e54e88

Please sign in to comment.