Skip to content

Commit

Permalink
Merge commit '07b00719a9449a95a8193763c148e15b43629f4e'
Browse files Browse the repository at this point in the history
  • Loading branch information
xen-git committed Jul 23, 2012
2 parents 25b4129 + 07b0071 commit 90fddb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -19,8 +19,8 @@ BASE_PATH=$(shell scripts/base-path scripts/xapi.conf)
JQUERY=$(CARBON_DISTFILES)/javascript/jquery/jquery-1.1.3.1.pack.js
JQUERY_TREEVIEW=$(CARBON_DISTFILES)/javascript/jquery/treeview/jquery.treeview.zip

COMPILE_NATIVE=yes
COMPILE_BYTE=no # bytecode version does not build
COMPILE_NATIVE ?= yes
COMPILE_BYTE ?= no
export COMPILE_NATIVE COMPILE_BYTE

# FHS stuff
Expand Down

0 comments on commit 90fddb6

Please sign in to comment.