public
Description: The Nu programming language.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nu.git
Fixed include path in Rakefile (thanks to John Labovitz)
Markus Hardt (author)
Tue Apr 08 23:31:35 -0700 2008
commit  491112b431ef1c578c8a25431247880c35f90301
tree    60fabd4645473ebd48baf351346b2b96ef745fbb
parent  0dc6f551cb289dc92b3b3b387e85da750bc7e169
...
29
30
31
32
 
33
34
35
...
29
30
31
 
32
33
34
35
0
@@ -29,7 +29,7 @@ else # Linux
0
   LEOPARD_CFLAGS = ""
0
 end
0
 
0
-@includes = FFI_INCLUDE + " -I ./include/Nu "
0
+@includes = FFI_INCLUDE + " -I ./include "
0
 
0
 if SYSTEM == "Darwin"
0
   @includes += " -I #{PREFIX}/include" if File.exist? "#{PREFIX}/include"

Comments

    No one has commented yet.