mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
Fixed recipe for x64 (#916)
This commit is contained in:
@@ -505,7 +505,7 @@ index fd07946..84c64fa 100644
|
||||
+HAIKUGUI_IPATH =
|
||||
+HAIKUGUI_LIBS_DIR =
|
||||
+HAIKUGUI_LIBS1 = -lbe -lroot -ltracker -ltranslation
|
||||
+ifeq ($(strip $(word 1, $(subst -, , $(subst ., , $(shell $(CC) -dumpversion))))), 4)
|
||||
+ifeq ($(strip $(word 1, $(subst -, , $(subst ., , $(shell $(CC) -dumpversion))))), 5)
|
||||
+HAIKUGUI_LIBS1 += -lsupc++
|
||||
+endif
|
||||
+HAIKUGUI_LIBS2 =
|
||||
|
||||
Reference in New Issue
Block a user