mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-28 06:49:41 +03:00
fix windows build, sorce file expansion being done too early
svn path=/trunk/netsurf/; revision=12729
This commit is contained in:
parent
65886b3539
commit
5c718b2f76
@ -68,5 +68,5 @@ S_WINDOWS := $(addprefix windows/,$(S_WINDOWS))
|
||||
# This is the final source build list
|
||||
# Note this is deliberately *not* expanded here as common and image
|
||||
# are not yet available
|
||||
SOURCES := $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_WINDOWS) $(S_RESOURCES)
|
||||
SOURCES = $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_WINDOWS) $(S_RESOURCES)
|
||||
EXETARGET := NetSurf.exe
|
||||
|
Loading…
Reference in New Issue
Block a user