public
Description: The Nu programming language.
Homepage: http://programming.nu
Clone URL: git://github.com/timburks/nu.git
Fixed include path
Markus Hardt (author)
Tue Apr 08 22:52:25 -0700 2008
commit  0dc6f551cb289dc92b3b3b387e85da750bc7e169
tree    e158d064948792cf6393f802c0a03a02b54697e2
parent  8bdbbd676efbed21ec4fe9527a0958d2e30f1d51
...
26
27
28
29
 
30
31
32
...
26
27
28
 
29
30
31
32
0
@@ -26,7 +26,7 @@ else # Linux
0
   FFI_INCLUDE=
0
 endif
0
 
0
-INCLUDES = $(FFI_INCLUDE) -I./include/Nu
0
+INCLUDES = $(FFI_INCLUDE) -I./include
0
 
0
 ifeq ($(SYSTEM), Darwin)
0
   ifeq ($(shell test -d $(PREFIX)/include && echo yes), yes)

Comments

    No one has commented yet.